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
nextTokenvalue to include in a futureDescribePullThroughCacheRulesRequestrequest. -
#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.
1284 1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1284 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.
1284 1285 1286 1287 1288 1289 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1284 class DescribePullThroughCacheRulesResponse < Struct.new( :pull_through_cache_rules, :next_token) SENSITIVE = [] include Aws::Structure end |