Class: Aws::ECR::Types::DeregisterPullTimeUpdateExclusionResponse

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

#principal_arnString

The ARN of the IAM principal that was removed from the pull time update exclusion list.

Returns:

  • (String)


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