Class: Aws::Types::ListDbNodesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_vm_cluster_id::String

Returns the value of attribute cloud_vm_cluster_id.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def cloud_vm_cluster_id
  @cloud_vm_cluster_id
end

#exadb_vm_cluster_id::String

Returns the value of attribute exadb_vm_cluster_id.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def exadb_vm_cluster_id
  @exadb_vm_cluster_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1903
1904
1905
# File 'sig/types.rbs', line 1903

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def next_token
  @next_token
end