Class: Aws::GreengrassV2::Types::DeleteDeploymentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The ID of the deployment.

Returns:

  • (String)


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