Class: Aws::Greengrass::Types::ResetDeploymentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ResetDeploymentsResponse
- 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.
4033 4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4033 class ResetDeploymentsResponse < Struct.new( :deployment_arn, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The ID of the deployment.
4033 4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4033 class ResetDeploymentsResponse < Struct.new( :deployment_arn, :deployment_id) SENSITIVE = [] include Aws::Structure end |