Class: Aws::Types::DescribeInstanceTopologyResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array[Types::InstanceTopology]

Returns the value of attribute instances.

Returns:



6117
6118
6119
# File 'sig/types.rbs', line 6117

def instances
  @instances
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6118
6119
6120
# File 'sig/types.rbs', line 6118

def next_token
  @next_token
end