Class: Aws::TimestreamInfluxDB::Types::UpdateDbClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::UpdateDbClusterOutput
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_status ⇒ String
The status of the DB cluster.
Instance Attribute Details
#db_cluster_status ⇒ String
The status of the DB cluster.
2748 2749 2750 2751 2752 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2748 class UpdateDbClusterOutput < Struct.new( :db_cluster_status) SENSITIVE = [] include Aws::Structure end |