Class: Aws::ECR::Types::RegisterPullTimeUpdateExclusionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time, expressed in standard JavaScript date format, when the exclusion was created.

Returns:

  • (Time)


4016
4017
4018
4019
4020
4021
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4016

class RegisterPullTimeUpdateExclusionResponse < Struct.new(
  :principal_arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#principal_arnString

The ARN of the IAM principal that was added to the pull time update exclusion list.

Returns:

  • (String)


4016
4017
4018
4019
4020
4021
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4016

class RegisterPullTimeUpdateExclusionResponse < Struct.new(
  :principal_arn,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end