Class: Aws::RDS::Types::StopDBInstanceMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The user-supplied instance identifier.

Returns:

  • (String)


26481
26482
26483
26484
26485
26486
# File 'lib/aws-sdk-rds/types.rb', line 26481

class StopDBInstanceMessage < Struct.new(
  :db_instance_identifier,
  :db_snapshot_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#db_snapshot_identifierString

The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.

Returns:

  • (String)


26481
26482
26483
26484
26485
26486
# File 'lib/aws-sdk-rds/types.rb', line 26481

class StopDBInstanceMessage < Struct.new(
  :db_instance_identifier,
  :db_snapshot_identifier)
  SENSITIVE = []
  include Aws::Structure
end