Class: Aws::WorkspacesInstances::Types::ListInstanceTypesResponse

Inherits:
Struct
  • Object
show all
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 Attribute Details

#instance_typesArray<Types::InstanceTypeInfo>

Collection of supported instance types for WorkSpaces Instances.

Returns:



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_tokenString

Token for retrieving additional instance types if the result set is paginated.

Returns:

  • (String)


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