Class: Aws::Neptune::Types::ModifyDBClusterResult

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_clusterTypes::DBCluster

Contains the details of an Amazon Neptune DB cluster.

This data type is used as a response element in the DescribeDBClusters.



6099
6100
6101
6102
6103
# File 'lib/aws-sdk-neptune/types.rb', line 6099

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