Class: Aws::GreengrassV2::Types::InstalledComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::InstalledComponent
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Contains information about a component on a Greengrass core device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#component_version ⇒ String
The version of the component.
-
#is_root ⇒ Boolean
Whether or not the component is a root component.
-
#lifecycle_state ⇒ String
The lifecycle state of the component.
-
#lifecycle_state_details ⇒ String
The details about the lifecycle state of the component.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2101 class InstalledComponent < Struct.new( :component_name, :component_version, :lifecycle_state, :lifecycle_state_details, :is_root) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2101 class InstalledComponent < Struct.new( :component_name, :component_version, :lifecycle_state, :lifecycle_state_details, :is_root) SENSITIVE = [] include Aws::Structure end |
#is_root ⇒ Boolean
Whether or not the component is a root component.
2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2101 class InstalledComponent < Struct.new( :component_name, :component_version, :lifecycle_state, :lifecycle_state_details, :is_root) SENSITIVE = [] include Aws::Structure end |
#lifecycle_state ⇒ String
The lifecycle state of the component.
2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2101 class InstalledComponent < Struct.new( :component_name, :component_version, :lifecycle_state, :lifecycle_state_details, :is_root) SENSITIVE = [] include Aws::Structure end |
#lifecycle_state_details ⇒ String
The details about the lifecycle state of the component.
2101 2102 2103 2104 2105 2106 2107 2108 2109 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 2101 class InstalledComponent < Struct.new( :component_name, :component_version, :lifecycle_state, :lifecycle_state_details, :is_root) SENSITIVE = [] include Aws::Structure end |