Class: Aws::GreengrassV2::Types::CreateComponentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::CreateComponentVersionResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN][1] of the component version.
-
#component_name ⇒ String
The name of the component.
-
#component_version ⇒ String
The version of the component.
-
#creation_timestamp ⇒ Time
The time at which the component was created, expressed in ISO 8601 format.
-
#status ⇒ Types::CloudComponentStatus
The status of the component version in IoT Greengrass V2.
Instance Attribute Details
#arn ⇒ String
The ARN of the component version.
819 820 821 822 823 824 825 826 827 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 819 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
819 820 821 822 823 824 825 826 827 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 819 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
819 820 821 822 823 824 825 826 827 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 819 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#creation_timestamp ⇒ Time
The time at which the component was created, expressed in ISO 8601 format.
819 820 821 822 823 824 825 826 827 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 819 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::CloudComponentStatus
The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.
819 820 821 822 823 824 825 826 827 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 819 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |