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

Class: Aws::Greengrass::Types::GetResourceDefinitionVersionResponse

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

Overview

Information about a resource definition version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Arn of the resource definition version.

Returns:

  • (String)

    Arn of the resource definition version.

#creation_timestampString

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

Returns:

  • (String)

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

#definitionTypes::ResourceDefinitionVersion

Information about the definition.

Returns:

#idString

The ID of the resource definition version.

Returns:

  • (String)

    The ID of the resource definition version.

#versionString

The version of the resource definition version.

Returns:

  • (String)

    The version of the resource definition version.