Class: Aws::GreengrassV2::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetDeploymentRequest
- Includes:
- Structure
- Defined in:
- 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.
1660 1661 1662 1663 1664 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1660 class GetDeploymentRequest < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |