Class: Aws::Types::SwitchoverDetail
- Inherits:
-
Object
- Object
- Aws::Types::SwitchoverDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_member ⇒ ::String
Returns the value of attribute source_member.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#target_member ⇒ ::String
Returns the value of attribute target_member.
Instance Attribute Details
#source_member ⇒ ::String
Returns the value of attribute source_member.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def source_member @source_member end |
#status ⇒ ::String
Returns the value of attribute status.
4414 4415 4416 |
# File 'sig/types.rbs', line 4414 def status @status end |
#target_member ⇒ ::String
Returns the value of attribute target_member.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def target_member @target_member end |