Class: Aws::Organizations::Types::TerminateResponsibilityTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TerminateResponsibilityTransferRequest
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Time
Timestamp when the responsibility transfer is to end.
-
#id ⇒ String
ID for the transfer.
Instance Attribute Details
#end_timestamp ⇒ Time
Timestamp when the responsibility transfer is to end.
5393 5394 5395 5396 5397 5398 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5393 class TerminateResponsibilityTransferRequest < Struct.new( :id, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID for the transfer.
5393 5394 5395 5396 5397 5398 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 5393 class TerminateResponsibilityTransferRequest < Struct.new( :id, :end_timestamp) SENSITIVE = [] include Aws::Structure end |