Class: Aws::Types::ApplicationDPUSizes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_runtime_id::String

Returns the value of attribute application_runtime_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def application_runtime_id
  @application_runtime_id
end

#supported_dpu_sizes::Array[::Integer]

Returns the value of attribute supported_dpu_sizes.

Returns:

  • (::Array[::Integer])


18
19
20
# File 'sig/types.rbs', line 18

def supported_dpu_sizes
  @supported_dpu_sizes
end