Class: Aws::Schemas::Types::GetResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

Returns:

  • (String)


873
874
875
876
877
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 873

class GetResourcePolicyRequest < Struct.new(
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end