Class: Aws::Types::RebootDbClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_id::String

Returns the value of attribute db_cluster_id.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def db_cluster_id
  @db_cluster_id
end

#instance_ids::Array[::String]

Returns the value of attribute instance_ids.

Returns:

  • (::Array[::String])


728
729
730
# File 'sig/types.rbs', line 728

def instance_ids
  @instance_ids
end