Class: Aws::Greengrass::Types::VersionInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::VersionInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the version.
-
#creation_timestamp ⇒ String
The time, in milliseconds since the epoch, when the version was created.
-
#id ⇒ String
The ID of the parent definition that the version is associated with.
-
#version ⇒ String
The ID of the version.
Instance Attribute Details
#arn ⇒ String
The ARN of the version.
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_timestamp ⇒ String
The time, in milliseconds since the epoch, when the version was created.
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 |
#id ⇒ String
The ID of the parent definition that the version is associated with.
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 |
#version ⇒ String
The ID of the version.
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 |