Class: Aws::Types::StopPipeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


654
655
656
# File 'sig/types.rbs', line 654

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


658
659
660
# File 'sig/types.rbs', line 658

def creation_time
  @creation_time
end

#current_state"RUNNING", ...

Returns the value of attribute current_state.

Returns:

  • ("RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED")


657
658
659
# File 'sig/types.rbs', line 657

def current_state
  @current_state
end

#desired_state"RUNNING", "STOPPED"

Returns the value of attribute desired_state.

Returns:

  • ("RUNNING", "STOPPED")


656
657
658
# File 'sig/types.rbs', line 656

def desired_state
  @desired_state
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


659
660
661
# File 'sig/types.rbs', line 659

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


655
656
657
# File 'sig/types.rbs', line 655

def name
  @name
end