Class: Aws::GreengrassV2::Types::DescribeComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DescribeComponentRequest
- 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.
Instance Attribute Details
#arn ⇒ String
The ARN of the component version.
1164 1165 1166 1167 1168 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1164 class DescribeComponentRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |