Class: Aws::GreengrassV2::Types::CancelDeploymentRequest

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)


195
196
197
198
199
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 195

class CancelDeploymentRequest < Struct.new(
  :deployment_id)
  SENSITIVE = []
  include Aws::Structure
end