Class: Aws::Organizations::Types::TerminateResponsibilityTransferRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTime

Timestamp when the responsibility transfer is to end.

Returns:

  • (Time)


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

#idString

ID for the transfer.

Returns:

  • (String)


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