Class: Aws::AppRegistry::Types::AttributeGroupDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AttributeGroupDetails
- 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
-
#arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group.
-
#created_by ⇒ String
The service principal that created the attribute group.
-
#id ⇒ String
The unique identifier of the attribute group.
-
#name ⇒ String
This field is no longer supported.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group.
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_by ⇒ String
The service principal that created the attribute group.
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 |
#id ⇒ String
The unique identifier of the attribute group.
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 |
#name ⇒ String
This field is no longer supported. We recommend you don't use the
field when using ListAttributeGroupsForApplication
.
The name of the attribute group.
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 |