Class: Aws::Types::ListServerNeighborsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_id::String

Returns the value of attribute configuration_id.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def configuration_id
  @configuration_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


468
469
470
# File 'sig/types.rbs', line 468

def max_results
  @max_results
end

#neighbor_configuration_ids::Array[::String]

Returns the value of attribute neighbor_configuration_ids.

Returns:

  • (::Array[::String])


467
468
469
# File 'sig/types.rbs', line 467

def neighbor_configuration_ids
  @neighbor_configuration_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


469
470
471
# File 'sig/types.rbs', line 469

def next_token
  @next_token
end

#port_information_neededBoolean

Returns the value of attribute port_information_needed.

Returns:

  • (Boolean)


466
467
468
# File 'sig/types.rbs', line 466

def port_information_needed
  @port_information_needed
end