Class: Aws::GreengrassV2::Types::DeleteComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DeleteComponentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
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
924 925 926 927 928 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 924 class DeleteComponentRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |