Class: Aws::AppRegistry::Types::GetAttributeGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetAttributeGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group across services.
-
#attributes ⇒ String
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.
-
#created_by ⇒ String
The service principal that created the attribute group.
-
#creation_time ⇒ Time
The ISO-8601 formatted timestamp of the moment the attribute group was created.
-
#description ⇒ String
The description of the attribute group that the user provides.
-
#id ⇒ String
The identifier of the attribute group.
-
#last_update_time ⇒ Time
The ISO-8601 formatted timestamp of the moment the attribute group was last updated.
-
#name ⇒ String
The name of the attribute group.
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with the attribute group.
Instance Attribute Details
#arn ⇒ String
The Amazon resource name (ARN) that specifies the attribute group across services.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#attributes ⇒ String
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.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The service principal that created the attribute group.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The ISO-8601 formatted timestamp of the moment the attribute group was created.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the attribute group that the user provides.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the attribute group.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the attribute group.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with the attribute group.
812 813 814 815 816 817 818 819 820 821 822 823 824 |
# File 'lib/aws-sdk-appregistry/types.rb', line 812 class GetAttributeGroupResponse < Struct.new( :id, :arn, :name, :description, :attributes, :creation_time, :last_update_time, :tags, :created_by) SENSITIVE = [] include Aws::Structure end |