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)


1660
1661
1662
1663
1664
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1660

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