Class: Aws::AppRegistry::Types::GetAttributeGroupRequest

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_groupString

The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

Returns:

  • (String)


762
763
764
765
766
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 762

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