Class: Aws::Types::ServiceInstanceState
- Inherits:
-
Object
- Object
- Aws::Types::ServiceInstanceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_successful_component_deployment_ids ⇒ ::Array[::String]
Returns the value of attribute last_successful_component_deployment_ids.
-
#last_successful_environment_deployment_id ⇒ ::String
Returns the value of attribute last_successful_environment_deployment_id.
-
#last_successful_service_pipeline_deployment_id ⇒ ::String
Returns the value of attribute last_successful_service_pipeline_deployment_id.
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#last_successful_component_deployment_ids ⇒ ::Array[::String]
Returns the value of attribute last_successful_component_deployment_ids.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def last_successful_component_deployment_ids @last_successful_component_deployment_ids end |
#last_successful_environment_deployment_id ⇒ ::String
Returns the value of attribute last_successful_environment_deployment_id.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def last_successful_environment_deployment_id @last_successful_environment_deployment_id end |
#last_successful_service_pipeline_deployment_id ⇒ ::String
Returns the value of attribute last_successful_service_pipeline_deployment_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def last_successful_service_pipeline_deployment_id @last_successful_service_pipeline_deployment_id end |
#spec ⇒ ::String
Returns the value of attribute spec.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def spec @spec end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def template_name @template_name end |