Class: Aws::TimestreamInfluxDB::Types::GetDbBackupInput

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

#identifierString

The identifier of the backup to retrieve information for.

Returns:

  • (String)


1577
1578
1579
1580
1581
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1577

class GetDbBackupInput < Struct.new(
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end