Class: Aws::Types::StopDBInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


4354
4355
4356
# File 'sig/types.rbs', line 4354

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


4355
4356
4357
# File 'sig/types.rbs', line 4355

def db_snapshot_identifier
  @db_snapshot_identifier
end