Class: Aws::Types::ModelLifeCycle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stage::String

Returns the value of attribute stage.

Returns:

  • (::String)


9023
9024
9025
# File 'sig/types.rbs', line 9023

def stage
  @stage
end

#stage_description::String

Returns the value of attribute stage_description.

Returns:

  • (::String)


9025
9026
9027
# File 'sig/types.rbs', line 9025

def stage_description
  @stage_description
end

#stage_status::String

Returns the value of attribute stage_status.

Returns:

  • (::String)


9024
9025
9026
# File 'sig/types.rbs', line 9024

def stage_status
  @stage_status
end