Class: Aws::Organizations::Types::ListHandshakesForAccountResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#handshakesArray<Types::Handshake>

A list of Handshake objects with details about each of the handshakes that is associated with the specified account.

Returns:



1801
1802
1803
1804
1805
# File 'lib/aws-sdk-organizations/types.rb', line 1801

class ListHandshakesForAccountResponse < Struct.new(
  :handshakes,
  :next_token)
  include Aws::Structure
end

#next_tokenString

If present, this value indicates that there is more output available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.

Returns:

  • (String)


1801
1802
1803
1804
1805
# File 'lib/aws-sdk-organizations/types.rb', line 1801

class ListHandshakesForAccountResponse < Struct.new(
  :handshakes,
  :next_token)
  include Aws::Structure
end