Class: Aws::AppRegistry::Types::AttributeGroupDetails

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

Overview

The details related to a specific AttributeGroup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) that specifies the attribute group.

Returns:

  • (String)


320
321
322
323
324
325
326
327
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 320

class AttributeGroupDetails < Struct.new(
  :id,
  :arn,
  :name,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The service principal that created the attribute group.

Returns:

  • (String)


320
321
322
323
324
325
326
327
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 320

class AttributeGroupDetails < Struct.new(
  :id,
  :arn,
  :name,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the attribute group.

Returns:

  • (String)


320
321
322
323
324
325
326
327
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 320

class AttributeGroupDetails < Struct.new(
  :id,
  :arn,
  :name,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

This field is no longer supported. We recommend you don't use the field when using ListAttributeGroupsForApplication.

The name of the attribute group.

Returns:

  • (String)


320
321
322
323
324
325
326
327
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 320

class AttributeGroupDetails < Struct.new(
  :id,
  :arn,
  :name,
  :created_by)
  SENSITIVE = []
  include Aws::Structure
end