Class: Aws::GreengrassV2::Types::ComponentLatestVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ComponentLatestVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Contains information about the latest version of a component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the component version.
-
#component_version ⇒ String
The version of the component.
-
#creation_timestamp ⇒ Time
The time at which the component was created, expressed in ISO 8601 format.
-
#description ⇒ String
The description of the component version.
-
#platforms ⇒ Array<Types::ComponentPlatform>
The platforms that the component version supports.
-
#publisher ⇒ String
The publisher of the component version.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component version.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ Time
The time at which the component was created, expressed in ISO 8601 format.
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the component version.
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |
#platforms ⇒ Array<Types::ComponentPlatform>
The platforms that the component version supports.
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |
#publisher ⇒ String
The publisher of the component version.
491 492 493 494 495 496 497 498 499 500 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 491 class ComponentLatestVersion < Struct.new( :arn, :component_version, :creation_timestamp, :description, :publisher, :platforms) SENSITIVE = [] include Aws::Structure end |