You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a group.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the group.

Returns:

  • (String)

    The ARN of the group.

#creation_timestampString

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

Returns:

  • (String)

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

#idString

The ID of the group.

Returns:

  • (String)

    The ID of the group.

#last_updated_timestampString

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

Returns:

  • (String)

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

#latest_versionString

The ID of the latest version associated with the group.

Returns:

  • (String)

    The ID of the latest version associated with the group.

#latest_version_arnString

The ARN of the latest version associated with the group.

Returns:

  • (String)

    The ARN of the latest version associated with the group.

#nameString

The name of the group.

Returns:

  • (String)

    The name of the group.