Class: Aws::Types::ListClustersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name_filter::String

Returns the value of attribute cluster_name_filter.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def cluster_name_filter
  @cluster_name_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def next_token
  @next_token
end