Class: Aws::Types::ListSupportedInstanceTypesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def marker
  @marker
end

#supported_instance_types::Array[Types::SupportedInstanceType]

Returns the value of attribute supported_instance_types.

Returns:



1120
1121
1122
# File 'sig/types.rbs', line 1120

def supported_instance_types
  @supported_instance_types
end