Class: Aws::Types::DescribeInstanceTypesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_types::Array[Types::InstanceTypeInfo]

Returns the value of attribute instance_types.

Returns:



6148
6149
6150
# File 'sig/types.rbs', line 6148

def instance_types
  @instance_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6149
6150
6151
# File 'sig/types.rbs', line 6149

def next_token
  @next_token
end