Class: Aws::Types::ResponsibilityTransfer
- Inherits:
-
Object
- Object
- Aws::Types::ResponsibilityTransfer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_handshake_id ⇒ ::String
Returns the value of attribute active_handshake_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source ⇒ Types::TransferParticipant
Returns the value of attribute source.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
-
#target ⇒ Types::TransferParticipant
Returns the value of attribute target.
-
#type ⇒ "BILLING"
Returns the value of attribute type.
Instance Attribute Details
#active_handshake_id ⇒ ::String
Returns the value of attribute active_handshake_id.
974 975 976 |
# File 'sig/types.rbs', line 974 def active_handshake_id @active_handshake_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
965 966 967 |
# File 'sig/types.rbs', line 965 def arn @arn end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
973 974 975 |
# File 'sig/types.rbs', line 973 def @end_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
967 968 969 |
# File 'sig/types.rbs', line 967 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
966 967 968 |
# File 'sig/types.rbs', line 966 def name @name end |
#source ⇒ Types::TransferParticipant
Returns the value of attribute source.
970 971 972 |
# File 'sig/types.rbs', line 970 def source @source end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
972 973 974 |
# File 'sig/types.rbs', line 972 def @start_timestamp end |
#status ⇒ "REQUESTED", ...
Returns the value of attribute status.
969 970 971 |
# File 'sig/types.rbs', line 969 def status @status end |
#target ⇒ Types::TransferParticipant
Returns the value of attribute target.
971 972 973 |
# File 'sig/types.rbs', line 971 def target @target end |
#type ⇒ "BILLING"
Returns the value of attribute type.
968 969 970 |
# File 'sig/types.rbs', line 968 def type @type end |