Class: Aws::Types::DeploymentState
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentState
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Component, Environment, ServiceInstance, ServicePipeline, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component ⇒ Types::ComponentState
Returns the value of attribute component.
-
#environment ⇒ Types::EnvironmentState
Returns the value of attribute environment.
-
#service_instance ⇒ Types::ServiceInstanceState
Returns the value of attribute service_instance.
-
#service_pipeline ⇒ Types::ServicePipelineState
Returns the value of attribute service_pipeline.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#component ⇒ Types::ComponentState
Returns the value of attribute component.
492 493 494 |
# File 'sig/types.rbs', line 492 def component @component end |
#environment ⇒ Types::EnvironmentState
Returns the value of attribute environment.
493 494 495 |
# File 'sig/types.rbs', line 493 def environment @environment end |
#service_instance ⇒ Types::ServiceInstanceState
Returns the value of attribute service_instance.
494 495 496 |
# File 'sig/types.rbs', line 494 def service_instance @service_instance end |
#service_pipeline ⇒ Types::ServicePipelineState
Returns the value of attribute service_pipeline.
495 496 497 |
# File 'sig/types.rbs', line 495 def service_pipeline @service_pipeline end |
#unknown ⇒ Object
Returns the value of attribute unknown.
496 497 498 |
# File 'sig/types.rbs', line 496 def unknown @unknown end |