Class: Aws::AppRegistry::Types::UpdateAttributeGroupResponse

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

The updated information of the attribute group.



1491
1492
1493
1494
1495
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1491

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