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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb

Overview

Note:

When making an API call, you may pass DeleteAttributeGroupRequest data as a hash:

{
  attribute_group: "AttributeGroupSpecifier", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_groupString

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

Returns:

  • (String)

508
509
510
511
512
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 508

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