Class: Aws::Greengrass::Types::CreateDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::CreateDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_arn ⇒ String
The ARN of the deployment.
-
#deployment_id ⇒ String
The ID of the deployment.
Instance Attribute Details
#deployment_arn ⇒ String
The ARN of the deployment.
562 563 564 565 566 567 |
# File 'lib/aws-sdk-greengrass/types.rb', line 562 class CreateDeploymentResponse < Struct.new( :deployment_arn, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The ID of the deployment.
562 563 564 565 566 567 |
# File 'lib/aws-sdk-greengrass/types.rb', line 562 class CreateDeploymentResponse < Struct.new( :deployment_arn, :deployment_id) SENSITIVE = [] include Aws::Structure end |