Class: Aws::TimestreamInfluxDB::Types::RebootDbClusterInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_idString

Service-generated unique identifier of the DB cluster to reboot.

Returns:

  • (String)


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_idsArray<String>

A list of service-generated unique DB Instance Ids belonging to the DB Cluster to reboot.

Returns:

  • (Array<String>)


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