Class: Aws::Types::GetDbBackupOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


370
371
372
# File 'sig/types.rbs', line 370

def allocated_storage
  @allocated_storage
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def arn
  @arn
end

#cluster_configurationTypes::ClusterConfiguration

Returns the value of attribute cluster_configuration.



364
365
366
# File 'sig/types.rbs', line 364

def cluster_configuration
  @cluster_configuration
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


357
358
359
# File 'sig/types.rbs', line 357

def created_at
  @created_at
end

#db_instance_type"db.influx.medium", ...

Returns the value of attribute db_instance_type.

Returns:

  • ("db.influx.medium", "db.influx.large", "db.influx.xlarge", "db.influx.2xlarge", "db.influx.4xlarge", "db.influx.8xlarge", "db.influx.12xlarge", "db.influx.16xlarge", "db.influx.24xlarge")


366
367
368
# File 'sig/types.rbs', line 366

def db_instance_type
  @db_instance_type
end

#db_parameter_group_id::String

Returns the value of attribute db_parameter_group_id.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def db_parameter_group_id
  @db_parameter_group_id
end

#db_resource_id::String

Returns the value of attribute db_resource_id.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def db_resource_id
  @db_resource_id
end

#db_storage_type"InfluxIOIncludedT1", ...

Returns the value of attribute db_storage_type.

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


369
370
371
# File 'sig/types.rbs', line 369

def db_storage_type
  @db_storage_type
end

#deployment_type"SINGLE_AZ", ...

Returns the value of attribute deployment_type.

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY", "MULTI_NODE_READ_REPLICAS")


362
363
364
# File 'sig/types.rbs', line 362

def deployment_type
  @deployment_type
end

#engine_type"INFLUXDB_V2", ...

Returns the value of attribute engine_type.

Returns:

  • ("INFLUXDB_V2", "INFLUXDB_V3_CORE", "INFLUXDB_V3_ENTERPRISE")


361
362
363
# File 'sig/types.rbs', line 361

def engine_type
  @engine_type
end

#expires_after::String

Returns the value of attribute expires_after.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def expires_after
  @expires_after
end

#failover_mode"AUTOMATIC", "NO_FAILOVER"

Returns the value of attribute failover_mode.

Returns:

  • ("AUTOMATIC", "NO_FAILOVER")


368
369
370
# File 'sig/types.rbs', line 368

def failover_mode
  @failover_mode
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def id
  @id
end

#influx_auth_parameters_secret_arn::String

Returns the value of attribute influx_auth_parameters_secret_arn.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def influx_auth_parameters_secret_arn
  @influx_auth_parameters_secret_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def kms_key_id
  @kms_key_id
end

#log_delivery_configurationTypes::LogDeliveryConfiguration

Returns the value of attribute log_delivery_configuration.



367
368
369
# File 'sig/types.rbs', line 367

def log_delivery_configuration
  @log_delivery_configuration
end

#maintenance_scheduleTypes::MaintenanceSchedule

Returns the value of attribute maintenance_schedule.



377
378
379
# File 'sig/types.rbs', line 377

def maintenance_schedule
  @maintenance_schedule
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def name
  @name
end

#network_type"IPV4", "DUAL"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUAL")


375
376
377
# File 'sig/types.rbs', line 375

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


374
375
376
# File 'sig/types.rbs', line 374

def port
  @port
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


373
374
375
# File 'sig/types.rbs', line 373

def publicly_accessible
  @publicly_accessible
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED", "DELETING", "DELETED")


356
357
358
# File 'sig/types.rbs', line 356

def status
  @status
end

#type"HOURLY", ...

Returns the value of attribute type.

Returns:

  • ("HOURLY", "DAILY", "WEEKLY", "MONTHLY", "CUSTOM_SCHEDULE", "ON_DEMAND", "CONTINUOUS")


360
361
362
# File 'sig/types.rbs', line 360

def type
  @type
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


372
373
374
# File 'sig/types.rbs', line 372

def vpc_security_group_ids
  @vpc_security_group_ids
end

#vpc_subnet_ids::Array[::String]

Returns the value of attribute vpc_subnet_ids.

Returns:

  • (::Array[::String])


371
372
373
# File 'sig/types.rbs', line 371

def vpc_subnet_ids
  @vpc_subnet_ids
end