Class: Aws::GreengrassV2::Types::GetDeploymentRequest

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)


1641
1642
1643
1644
1645
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1641

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