Class: Aws::ECR::Types::DeregisterPullTimeUpdateExclusionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeregisterPullTimeUpdateExclusionResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal_arn ⇒ String
The ARN of the IAM principal that was removed from the pull time update exclusion list.
Instance Attribute Details
#principal_arn ⇒ String
The ARN of the IAM principal that was removed from the pull time update exclusion list.
1055 1056 1057 1058 1059 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1055 class DeregisterPullTimeUpdateExclusionResponse < Struct.new( :principal_arn) SENSITIVE = [] include Aws::Structure end |