Class: Aws::Types::ListKxClustersRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_type"HDB", ...

Returns the value of attribute cluster_type.

Returns:

  • ("HDB", "RDB", "GATEWAY", "GP", "TICKERPLANT")


880
881
882
# File 'sig/types.rbs', line 880

def cluster_type
  @cluster_type
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def environment_id
  @environment_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


881
882
883
# File 'sig/types.rbs', line 881

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def next_token
  @next_token
end