Class: Aws::Types::InviteOrganizationToTransferResponsibilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::InviteOrganizationToTransferResponsibilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target ⇒ Types::HandshakeParty
Returns the value of attribute target.
-
#type ⇒ "BILLING"
Returns the value of attribute type.
Instance Attribute Details
#notes ⇒ ::String
Returns the value of attribute notes.
521 522 523 |
# File 'sig/types.rbs', line 521 def notes @notes end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
523 524 525 |
# File 'sig/types.rbs', line 523 def source_name @source_name end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
522 523 524 |
# File 'sig/types.rbs', line 522 def @start_timestamp end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
524 525 526 |
# File 'sig/types.rbs', line 524 def @tags end |
#target ⇒ Types::HandshakeParty
Returns the value of attribute target.
520 521 522 |
# File 'sig/types.rbs', line 520 def target @target end |
#type ⇒ "BILLING"
Returns the value of attribute type.
519 520 521 |
# File 'sig/types.rbs', line 519 def type @type end |