Class: Aws::Drs::Types::ListStagingAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListStagingAccountsResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts ⇒ Array<Types::Account>
An array of staging AWS Accounts.
-
#next_token ⇒ String
The token of the next staging Account to retrieve.
Instance Attribute Details
#accounts ⇒ Array<Types::Account>
An array of staging AWS Accounts.
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_token ⇒ String
The token of the next staging Account to retrieve.
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 |