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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/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 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 538

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