Class: Aws::Types::ListNodesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::NodeFilter]

Returns the value of attribute filters.

Returns:



2880
2881
2882
# File 'sig/types.rbs', line 2880

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2882
2883
2884
# File 'sig/types.rbs', line 2882

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def next_token
  @next_token
end

#sync_name::String

Returns the value of attribute sync_name.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def sync_name
  @sync_name
end