Class: Aws::Types::ListClustersV2Request

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)


847
848
849
# File 'sig/types.rbs', line 847

def cluster_name_filter
  @cluster_name_filter
end

#cluster_type_filter::String

Returns the value of attribute cluster_type_filter.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def cluster_type_filter
  @cluster_type_filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


849
850
851
# File 'sig/types.rbs', line 849

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def next_token
  @next_token
end