Class: Aws::GreengrassV2::Types::CreateComponentVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::CreateComponentVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] 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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
800 801 802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 800 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.
800 801 802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 800 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.
800 801 802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 800 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.
800 801 802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 800 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.
800 801 802 803 804 805 806 807 808 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 800 class CreateComponentVersionResponse < Struct.new( :arn, :component_name, :component_version, :creation_timestamp, :status) SENSITIVE = [] include Aws::Structure end |