Class: Aws::Neptune::Types::DBClusterOptionGroupStatus

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

Overview

Not supported by Neptune.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_option_group_nameString

Not supported by Neptune.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2237

class DBClusterOptionGroupStatus < Struct.new(
  :db_cluster_option_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Not supported by Neptune.

Returns:

  • (String)


2237
2238
2239
2240
2241
2242
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 2237

class DBClusterOptionGroupStatus < Struct.new(
  :db_cluster_option_group_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end