Class: Aws::RDS::Types::DescribeValidDBInstanceModificationsMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

Note:

When making an API call, you may pass DescribeValidDBInstanceModificationsMessage data as a hash:

{
  db_instance_identifier: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The customer identifier or the ARN of your DB instance.

Returns:

  • (String)


8820
8821
8822
8823
# File 'lib/aws-sdk-rds/types.rb', line 8820

class DescribeValidDBInstanceModificationsMessage < Struct.new(
  :db_instance_identifier)
  include Aws::Structure
end