Class: Aws::Types::StartBulkDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartBulkDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bulk_deployment_arn ⇒ ::String
Returns the value of attribute bulk_deployment_arn.
-
#bulk_deployment_id ⇒ ::String
Returns the value of attribute bulk_deployment_id.
Instance Attribute Details
#bulk_deployment_arn ⇒ ::String
Returns the value of attribute bulk_deployment_arn.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def bulk_deployment_arn @bulk_deployment_arn end |
#bulk_deployment_id ⇒ ::String
Returns the value of attribute bulk_deployment_id.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def bulk_deployment_id @bulk_deployment_id end |