Class: Aws::Types::ListSolNetworkOperationsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


443
444
445
# File 'sig/types.rbs', line 443

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def next_token
  @next_token
end

#ns_instance_id::String

Returns the value of attribute ns_instance_id.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def ns_instance_id
  @ns_instance_id
end