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.
27465 27466 27467 27468 27469 27470 |
# File 'lib/aws-sdk-rds/types.rb', line 27465 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.
27465 27466 27467 27468 27469 27470 |
# File 'lib/aws-sdk-rds/types.rb', line 27465 class StopDBInstanceMessage < Struct.new( :db_instance_identifier, :db_snapshot_identifier) SENSITIVE = [] include Aws::Structure end |