Class: Aws::AppRegistry::Types::UpdateAttributeGroupRequest

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)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1476

class UpdateAttributeGroupRequest < Struct.new(
  :attribute_group,
  :name,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#attributesString

A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1476

class UpdateAttributeGroupRequest < Struct.new(
  :attribute_group,
  :name,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1476

class UpdateAttributeGroupRequest < Struct.new(
  :attribute_group,
  :name,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.

Returns:

  • (String)


1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 1476

class UpdateAttributeGroupRequest < Struct.new(
  :attribute_group,
  :name,
  :description,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end