Class: Aws::Types::DeploymentState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Component, Environment, ServiceInstance, ServicePipeline, Unknown

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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