Class: Aws::Drs::Types::ListStagingAccountsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<Types::Account>

An array of staging AWS Accounts.

Returns:



1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1935

class ListStagingAccountsResponse < Struct.new(
  :accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token of the next staging Account to retrieve.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1935

class ListStagingAccountsResponse < Struct.new(
  :accounts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end