Class: Aws::Drs::Types::ListStagingAccountsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of staging Accounts to retrieve.

Returns:

  • (Integer)


1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-drs/types.rb', line 1918

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

#next_tokenString

The token of the next staging Account to retrieve.

Returns:

  • (String)


1918
1919
1920
1921
1922
1923
# File 'lib/aws-sdk-drs/types.rb', line 1918

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