Class: Aws::GreengrassV2::Types::DeleteDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::DeleteDeploymentRequest
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The ID of the deployment.
Instance Attribute Details
#deployment_id ⇒ String
The ID of the deployment.
948 949 950 951 952 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 948 class DeleteDeploymentRequest < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |