Class: Aws::WorkspacesInstances::Types::ListInstanceTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ListInstanceTypesResponse
- Defined in:
- gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb
Overview
Contains the list of instance types supported by WorkSpaces Instances.
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#instance_types ⇒ Array<Types::InstanceTypeInfo>
Collection of supported instance types for WorkSpaces Instances.
-
#next_token ⇒ String
Token for retrieving additional instance types if the result set is paginated.
Instance Attribute Details
#instance_types ⇒ Array<Types::InstanceTypeInfo>
Collection of supported instance types for WorkSpaces Instances.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb', line 940 class ListInstanceTypesResponse < Struct.new( :instance_types, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
Token for retrieving additional instance types if the result set is paginated.
940 941 942 943 944 945 |
# File 'gems/aws-sdk-workspacesinstances/lib/aws-sdk-workspacesinstances/types.rb', line 940 class ListInstanceTypesResponse < Struct.new( :instance_types, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |