Class: Aws::Organizations::Types::TerminateResponsibilityTransferRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::TerminateResponsibilityTransferRequest
- Includes:
- Structure
- Defined in:
- 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.
5363 5364 5365 5366 5367 5368 |
# File 'lib/aws-sdk-organizations/types.rb', line 5363 class TerminateResponsibilityTransferRequest < Struct.new( :id, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
ID for the transfer.
5363 5364 5365 5366 5367 5368 |
# File 'lib/aws-sdk-organizations/types.rb', line 5363 class TerminateResponsibilityTransferRequest < Struct.new( :id, :end_timestamp) SENSITIVE = [] include Aws::Structure end |