Class: Aws::AppRegistry::Types::CreateAttributeGroupResponse

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::AttributeGroup

Information about the attribute group.



489
490
491
492
493
# File 'lib/aws-sdk-appregistry/types.rb', line 489

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