Class: Aws::Greengrass::Types::VersionInformation

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

Overview

Information about a version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the version.

Returns:

  • (String)


4723
4724
4725
4726
4727
4728
4729
4730
# File 'lib/aws-sdk-greengrass/types.rb', line 4723

class VersionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timestampString

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

Returns:

  • (String)


4723
4724
4725
4726
4727
4728
4729
4730
# File 'lib/aws-sdk-greengrass/types.rb', line 4723

class VersionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the parent definition that the version is associated with.

Returns:

  • (String)


4723
4724
4725
4726
4727
4728
4729
4730
# File 'lib/aws-sdk-greengrass/types.rb', line 4723

class VersionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The ID of the version.

Returns:

  • (String)


4723
4724
4725
4726
4727
4728
4729
4730
# File 'lib/aws-sdk-greengrass/types.rb', line 4723

class VersionInformation < Struct.new(
  :arn,
  :creation_timestamp,
  :id,
  :version)
  SENSITIVE = []
  include Aws::Structure
end