Class: Aws::Types::BulkDeploymentResult
- Inherits:
-
Object
- Object
- Aws::Types::BulkDeploymentResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
-
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
-
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
Instance Attribute Details
#created_at ⇒ ::String
Returns the value of attribute created_at.
53 54 55 |
# File 'sig/types.rbs', line 53 def created_at @created_at end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def deployment_arn @deployment_arn end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def deployment_id @deployment_id end |
#deployment_status ⇒ ::String
Returns the value of attribute deployment_status.
56 57 58 |
# File 'sig/types.rbs', line 56 def deployment_status @deployment_status end |
#deployment_type ⇒ "NewDeployment", ...
Returns the value of attribute deployment_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def deployment_type @deployment_type end |
#error_details ⇒ ::Array[Types::ErrorDetail]
Returns the value of attribute error_details.
58 59 60 |
# File 'sig/types.rbs', line 58 def error_details @error_details end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
59 60 61 |
# File 'sig/types.rbs', line 59 def @error_message end |
#group_arn ⇒ ::String
Returns the value of attribute group_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def group_arn @group_arn end |