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

Class: Aws::Greengrass::Types::GetGroupVersionResponse

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

Overview

Information about a group version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the group version.

Returns:

  • (String)

    The ARN of the group version.

#creation_timestampString

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

Returns:

  • (String)

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

#definitionTypes::GroupVersion

Information about the group version definition.

Returns:

#idString

The ID of the group that the version is associated with.

Returns:

  • (String)

    The ID of the group that the version is associated with.

#versionString

The ID of the group version.

Returns:

  • (String)

    The ID of the group version.