Class: Aws::GreengrassV2::Types::ComponentVersionListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ComponentVersionListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Contains information about a component version in a list.
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.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component version.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 622 class ComponentVersionListItem < Struct.new( :component_name, :component_version, :arn) SENSITIVE = [] include Aws::Structure end |
#component_name ⇒ String
The name of the component.
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 622 class ComponentVersionListItem < Struct.new( :component_name, :component_version, :arn) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
622 623 624 625 626 627 628 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 622 class ComponentVersionListItem < Struct.new( :component_name, :component_version, :arn) SENSITIVE = [] include Aws::Structure end |