Class: Aws::Athena::Types::ApplicationDPUSizes

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

Overview

Contains the application runtime IDs and their supported DPU sizes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_runtime_idString

The name of the supported application runtime (for example, Athena notebook version 1).

Returns:

  • (String)


59
60
61
62
63
64
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 59

class ApplicationDPUSizes < Struct.new(
  :application_runtime_id,
  :supported_dpu_sizes)
  SENSITIVE = []
  include Aws::Structure
end

#supported_dpu_sizesArray<Integer>

A list of the supported DPU sizes that the application runtime supports.

Returns:

  • (Array<Integer>)


59
60
61
62
63
64
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 59

class ApplicationDPUSizes < Struct.new(
  :application_runtime_id,
  :supported_dpu_sizes)
  SENSITIVE = []
  include Aws::Structure
end