Class: Aws::Greengrass::Types::GroupInformation

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

Overview

Information about a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the group.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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_timestampString

The time, in milliseconds since the epoch, when the group was created.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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

#idString

The ID of the group.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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_timestampString

The time, in milliseconds since the epoch, when the group was last updated.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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_versionString

The ID of the latest version associated with the group.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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_arnString

The ARN of the latest version associated with the group.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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

#nameString

The name of the group.

Returns:

  • (String)


3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
# File 'gems/aws-sdk-greengrass/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