Class: Aws::ECR::Types::RegisterPullTimeUpdateExclusionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RegisterPullTimeUpdateExclusionResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time, expressed in standard JavaScript date format, when the exclusion was created.
-
#principal_arn ⇒ String
The ARN of the IAM principal that was added to the pull time update exclusion list.
Instance Attribute Details
#created_at ⇒ Time
The date and time, expressed in standard JavaScript date format, when the exclusion was created.
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_arn ⇒ String
The ARN of the IAM principal that was added to the pull time update exclusion list.
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 |