Class: Aws::Types::CancelReplayResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#replay_arn::String

Returns the value of attribute replay_arn.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def replay_arn
  @replay_arn
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "RUNNING", "CANCELLING", "COMPLETED", "CANCELLED", "FAILED")


73
74
75
# File 'sig/types.rbs', line 73

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def state_reason
  @state_reason
end