Class: Aws::ECR::Types::ListPullTimeUpdateExclusionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ListPullTimeUpdateExclusionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListPullTimeUpdateExclusionsrequest. -
#pull_time_update_exclusions ⇒ Array<String>
The list of IAM principal ARNs that are excluded from having their image pull times recorded.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future ListPullTimeUpdateExclusions request. When the results of a ListPullTimeUpdateExclusions 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.
3398 3399 3400 3401 3402 3403 |
# File 'lib/aws-sdk-ecr/types.rb', line 3398 class ListPullTimeUpdateExclusionsResponse < Struct.new( :pull_time_update_exclusions, :next_token) SENSITIVE = [] include Aws::Structure end |
#pull_time_update_exclusions ⇒ Array<String>
The list of IAM principal ARNs that are excluded from having their image pull times recorded.
3398 3399 3400 3401 3402 3403 |
# File 'lib/aws-sdk-ecr/types.rb', line 3398 class ListPullTimeUpdateExclusionsResponse < Struct.new( :pull_time_update_exclusions, :next_token) SENSITIVE = [] include Aws::Structure end |