Class: Aws::Drs::Types::ListExtensibleSourceServersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListExtensibleSourceServersRequest
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of extensible source servers to retrieve.
-
#next_token ⇒ String
The token of the next extensible source server to retrieve.
-
#staging_account_id ⇒ String
The Id of the staging Account to retrieve extensible source servers from.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of extensible source servers to retrieve.
1822 1823 1824 1825 1826 1827 1828 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1822 class ListExtensibleSourceServersRequest < Struct.new( :max_results, :next_token, :staging_account_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next extensible source server to retrieve.
1822 1823 1824 1825 1826 1827 1828 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1822 class ListExtensibleSourceServersRequest < Struct.new( :max_results, :next_token, :staging_account_id) SENSITIVE = [] include Aws::Structure end |
#staging_account_id ⇒ String
The Id of the staging Account to retrieve extensible source servers from.
1822 1823 1824 1825 1826 1827 1828 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1822 class ListExtensibleSourceServersRequest < Struct.new( :max_results, :next_token, :staging_account_id) SENSITIVE = [] include Aws::Structure end |