Class: Aws::Types::GetPipelineStateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


574
575
576
# File 'sig/types.rbs', line 574

def created
  @created
end

#pipeline_name::String

Returns the value of attribute pipeline_name.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def pipeline_name
  @pipeline_name
end

#pipeline_version::Integer

Returns the value of attribute pipeline_version.

Returns:

  • (::Integer)


572
573
574
# File 'sig/types.rbs', line 572

def pipeline_version
  @pipeline_version
end

#stage_states::Array[Types::StageState]

Returns the value of attribute stage_states.

Returns:



573
574
575
# File 'sig/types.rbs', line 573

def stage_states
  @stage_states
end

#updated::Time

Returns the value of attribute updated.

Returns:

  • (::Time)


575
576
577
# File 'sig/types.rbs', line 575

def updated
  @updated
end