Class: Aws::ECR::Types::DescribePullThroughCacheRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DescribePullThroughCacheRulesResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextToken
value to include in a futureDescribePullThroughCacheRulesRequest
request. -
#pull_through_cache_rules ⇒ Array<Types::PullThroughCacheRule>
The details of the pull through cache rules.
Instance Attribute Details
#next_token ⇒ String
The nextToken
value to include in a future
DescribePullThroughCacheRulesRequest
request. When the results of
a DescribePullThroughCacheRulesRequest
request exceed
maxResults
, this value can be used to retrieve the next page of
results. This value is null when there are no more results to
return.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1215 class DescribePullThroughCacheRulesResponse < Struct.new( :pull_through_cache_rules, :next_token) SENSITIVE = [] include Aws::Structure end |
#pull_through_cache_rules ⇒ Array<Types::PullThroughCacheRule>
The details of the pull through cache rules.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1215 class DescribePullThroughCacheRulesResponse < Struct.new( :pull_through_cache_rules, :next_token) SENSITIVE = [] include Aws::Structure end |