Class: Aws::RDS::Types::DescribeValidDBInstanceModificationsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeValidDBInstanceModificationsMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ String
The customer identifier or the ARN of your DB instance.
Instance Attribute Details
#db_instance_identifier ⇒ String
The customer identifier or the ARN of your DB instance.
15295 15296 15297 15298 15299 |
# File 'lib/aws-sdk-rds/types.rb', line 15295 class DescribeValidDBInstanceModificationsMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end |