Class: Aws::Schemas::Types::DeleteResourcePolicyRequest

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)


345
346
347
348
349
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 345

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