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.
27651 27652 27653 27654 27655 27656 |
# File 'lib/aws-sdk-rds/types.rb', line 27651 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.
27651 27652 27653 27654 27655 27656 |
# File 'lib/aws-sdk-rds/types.rb', line 27651 class StopDBInstanceMessage < Struct.new( :db_instance_identifier, :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |