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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/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)


26466
26467
26468
26469
26470
26471
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26466

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)


26466
26467
26468
26469
26470
26471
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 26466

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