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

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

Information about the attribute group.



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

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