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.
1410 1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1410 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.
1410 1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1410 class DescribePullThroughCacheRulesResponse < Struct.new( :pull_through_cache_rules, :next_token) SENSITIVE = [] include Aws::Structure end |