Class: Aws::TimestreamInfluxDB::Types::RebootDbClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::RebootDbClusterInput
- 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
Service-generated unique identifier of the DB cluster to reboot.
-
#instance_ids ⇒ Array<String>
A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
Instance Attribute Details
#db_cluster_id ⇒ String
Service-generated unique identifier of the DB cluster to reboot.
2607 2608 2609 2610 2611 2612 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2607 class RebootDbClusterInput < Struct.new( :db_cluster_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |
#instance_ids ⇒ Array<String>
A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.
2607 2608 2609 2610 2611 2612 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2607 class RebootDbClusterInput < Struct.new( :db_cluster_id, :instance_ids) SENSITIVE = [] include Aws::Structure end |