Class: Aws::Types::CancelReplayResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#replay_arn::String

Returns the value of attribute replay_arn.



80
81
82
# File 'sig/types.rbs', line 80

def replay_arn
  @replay_arn
end

#state"STARTING", ...

Returns the value of attribute state.



81
82
83
# File 'sig/types.rbs', line 81

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.



82
83
84
# File 'sig/types.rbs', line 82

def state_reason
  @state_reason
end