Class: Aws::EMR::Types::ListSupportedInstanceTypesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The pagination token that marks the next set of results to retrieve.

Returns:

  • (String)


4416
4417
4418
4419
4420
4421
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4416

class ListSupportedInstanceTypesOutput < Struct.new(
  :supported_instance_types,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#supported_instance_typesArray<Types::SupportedInstanceType>

The list of instance types that the release specified in ListSupportedInstanceTypesInput$ReleaseLabel supports, filtered by Amazon Web Services Region.

Returns:



4416
4417
4418
4419
4420
4421
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 4416

class ListSupportedInstanceTypesOutput < Struct.new(
  :supported_instance_types,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end