Class: Aws::TimestreamInfluxDB::Types::CreateDbClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::CreateDbClusterOutput
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_id ⇒ String
A service-generated unique identifier.
-
#db_cluster_status ⇒ String
The status of the DB cluster.
Instance Attribute Details
#db_cluster_id ⇒ String
A service-generated unique identifier.
237 238 239 240 241 242 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 237 class CreateDbClusterOutput < Struct.new( :db_cluster_id, :db_cluster_status) SENSITIVE = [] include Aws::Structure end |
#db_cluster_status ⇒ String
The status of the DB cluster.
237 238 239 240 241 242 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 237 class CreateDbClusterOutput < Struct.new( :db_cluster_id, :db_cluster_status) SENSITIVE = [] include Aws::Structure end |