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

Class: Aws::Greengrass::Types::DefinitionInformation

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

Overview

Information about a definition.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the definition.

Returns:

  • (String)

    The ARN of the definition.

#creation_timestampString

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

Returns:

  • (String)

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

#idString

The ID of the definition.

Returns:

  • (String)

    The ID of the definition.

#last_updated_timestampString

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

Returns:

  • (String)

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

#latest_versionString

The ID of the latest version associated with the definition.

Returns:

  • (String)

    The ID of the latest version associated with the definition.

#latest_version_arnString

The ARN of the latest version associated with the definition.

Returns:

  • (String)

    The ARN of the latest version associated with the definition.

#nameString

The name of the definition.

Returns:

  • (String)

    The name of the definition.

#tagsHash<String,String>

Tag(s) attached to the resource arn.

Returns:

  • (Hash<String,String>)

    Tag(s) attached to the resource arn.