Class: Aws::WorkspacesInstances::Types::ListInstanceTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ListInstanceTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Defines input parameters for retrieving supported WorkSpaces Instances instance types.
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#instance_configuration_filter ⇒ Types::InstanceConfigurationFilter
Optional filter to narrow instance type results based on configuration requirements.
-
#max_results ⇒ Integer
Maximum number of instance types to return in a single API call.
-
#next_token ⇒ String
Pagination token for retrieving subsequent pages of instance type results.
Instance Attribute Details
#instance_configuration_filter ⇒ Types::InstanceConfigurationFilter
Optional filter to narrow instance type results based on configuration requirements. Only returns instance types that support the specified combination of tenancy, platform type, and billing mode.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 998 class ListInstanceTypesRequest < Struct.new( :max_results, :next_token, :instance_configuration_filter) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of instance types to return in a single API call. Enables pagination of instance type results.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 998 class ListInstanceTypesRequest < Struct.new( :max_results, :next_token, :instance_configuration_filter) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
Pagination token for retrieving subsequent pages of instance type results.
998 999 1000 1001 1002 1003 1004 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 998 class ListInstanceTypesRequest < Struct.new( :max_results, :next_token, :instance_configuration_filter) SENSITIVE = [:next_token] include Aws::Structure end |