class Aws::RDS::Types::StopDBInstanceMessage

@note When making an API call, you may pass StopDBInstanceMessage

data as a hash:

    {
      db_instance_identifier: "String", # required
      db_snapshot_identifier: "String",
    }

@!attribute [rw] db_instance_identifier

The user-supplied instance identifier.
@return [String]

@!attribute [rw] db_snapshot_identifier

The user-supplied instance identifier of the DB Snapshot created
immediately before the DB instance is stopped.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/StopDBInstanceMessage AWS API Documentation

Constants

SENSITIVE