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.
15203 15204 15205 15206 15207 |
# File 'lib/aws-sdk-rds/types.rb', line 15203 class DescribeValidDBInstanceModificationsMessage < Struct.new( :db_instance_identifier) SENSITIVE = [] include Aws::Structure end |