Class: Aws::Types::ListInstanceTypeDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_type_details::Array[Types::InstanceTypeDetails]

Returns the value of attribute instance_type_details.

Returns:



1704
1705
1706
# File 'sig/types.rbs', line 1704

def instance_type_details
  @instance_type_details
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def next_token
  @next_token
end