Class: Aws::ECR::Types::ListPullTimeUpdateExclusionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


3397
3398
3399
3400
3401
3402
# File 'lib/aws-sdk-ecr/types.rb', line 3397

class ListPullTimeUpdateExclusionsResponse < Struct.new(
  :pull_time_update_exclusions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pull_time_update_exclusionsArray<String>

The list of IAM principal ARNs that are excluded from having their image pull times recorded.

Returns:

  • (Array<String>)


3397
3398
3399
3400
3401
3402
# File 'lib/aws-sdk-ecr/types.rb', line 3397

class ListPullTimeUpdateExclusionsResponse < Struct.new(
  :pull_time_update_exclusions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end