Class: Aws::AppRegistry::Types::DeleteAttributeGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appregistry/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_groupTypes::AttributeGroupSummary

Information about the deleted attribute group.



538
539
540
541
542
# File 'lib/aws-sdk-appregistry/types.rb', line 538

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