Class: Aws::Neptune::Types::DescribeValidDBInstanceModificationsMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifierString

The customer identifier or the ARN of your DB instance.

Returns:

  • (String)


4894
4895
4896
4897
4898
# File 'lib/aws-sdk-neptune/types.rb', line 4894

class DescribeValidDBInstanceModificationsMessage < Struct.new(
  :db_instance_identifier)
  SENSITIVE = []
  include Aws::Structure
end