Class: Aws::TimestreamInfluxDB::Types::UpdateDbClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::UpdateDbClusterOutput
- Includes:
- Structure
- Defined in:
- 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.
3102 3103 3104 3105 3106 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 3102 class UpdateDbClusterOutput < Struct.new( :db_cluster_status) SENSITIVE = [] include Aws::Structure end |