Class: Aws::Athena::Types::ApplicationDPUSizes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ApplicationDPUSizes
- 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
-
#application_runtime_id ⇒ String
The name of the supported application runtime (for example,
Athena notebook version 1
). -
#supported_dpu_sizes ⇒ Array<Integer>
A list of the supported DPU sizes that the application runtime supports.
Instance Attribute Details
#application_runtime_id ⇒ String
The name of the supported application runtime (for example, Athena
notebook version 1
).
63 64 65 66 67 68 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 63 class ApplicationDPUSizes < Struct.new( :application_runtime_id, :supported_dpu_sizes) SENSITIVE = [] include Aws::Structure end |
#supported_dpu_sizes ⇒ Array<Integer>
A list of the supported DPU sizes that the application runtime supports.
63 64 65 66 67 68 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 63 class ApplicationDPUSizes < Struct.new( :application_runtime_id, :supported_dpu_sizes) SENSITIVE = [] include Aws::Structure end |