Class: Aws::AppRegistry::Types::CreateAttributeGroupRequest

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

#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)


473
474
475
476
477
478
479
480
481
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 473

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

#client_tokenString

A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


473
474
475
476
477
478
479
480
481
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 473

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

#descriptionString

The description of the attribute group that the user provides.

Returns:

  • (String)


473
474
475
476
477
478
479
480
481
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 473

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

#nameString

The name of the attribute group.

Returns:

  • (String)


473
474
475
476
477
478
479
480
481
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 473

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

#tagsHash<String,String>

Key-value pairs you can use to associate with the attribute group.

Returns:

  • (Hash<String,String>)


473
474
475
476
477
478
479
480
481
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 473

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