Class: Aws::GreengrassV2::Types::DeleteComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DeleteComponentRequest
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Note:
When making an API call, you may pass DeleteComponentRequest data as a hash:
{
arn: "ComponentVersionARN", # required
}
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.
1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1180 class DeleteComponentRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |