Class: Aws::AppRegistry::Types::DeleteAttributeGroupRequest

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)


526
527
528
529
530
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 526

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