Class: Aws::TimestreamInfluxDB::Types::RebootDbInstanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::RebootDbInstanceInput
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The id of the DB instance to reboot.
Instance Attribute Details
#identifier ⇒ String
The id of the DB instance to reboot.
2632 2633 2634 2635 2636 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2632 class RebootDbInstanceInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |