Class: Aws::GreengrassV2::Types::DescribeComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DescribeComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Note:
When making an API call, you may pass DescribeComponentRequest data as a hash:
{
arn: "ComponentVersionARN", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [ARN] of the component version.
Instance Attribute Details
#arn ⇒ String
The [ARN] of the component version.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1490 class DescribeComponentRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |