Class: Aws::RDS::Types::StopDBInstanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::StopDBInstanceMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ String
The user-supplied instance identifier.
-
#db_snapshot_identifier ⇒ String
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
Instance Attribute Details
#db_instance_identifier ⇒ String
The user-supplied instance identifier.
28457 28458 28459 28460 28461 28462 |
# File 'lib/aws-sdk-rds/types.rb', line 28457 class StopDBInstanceMessage < Struct.new( :db_instance_identifier, :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |
#db_snapshot_identifier ⇒ String
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
28457 28458 28459 28460 28461 28462 |
# File 'lib/aws-sdk-rds/types.rb', line 28457 class StopDBInstanceMessage < Struct.new( :db_instance_identifier, :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |