Class: Aws::Greengrass::Types::GroupInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GroupInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the group.
-
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the group was created.
-
#id ⇒ String
The ID of the group.
-
#last_updated_timestamp ⇒ String
The time, in milliseconds since the epoch, when the group was last updated.
-
#latest_version ⇒ String
The ID of the latest version associated with the group.
-
#latest_version_arn ⇒ String
The ARN of the latest version associated with the group.
-
#name ⇒ String
The name of the group.
Instance Attribute Details
#arn ⇒ String
The ARN of the group.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the group was created.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the group.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ String
The time, in milliseconds since the epoch, when the group was last updated.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ String
The ID of the latest version associated with the group.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#latest_version_arn ⇒ String
The ARN of the latest version associated with the group.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the group.
3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3095 class GroupInformation < Struct.new( :arn, :creation_timestamp, :id, :last_updated_timestamp, :latest_version, :latest_version_arn, :name) SENSITIVE = [] include Aws::Structure end |