Module: Aws::TimestreamInfluxDB::Client::_GetDbBackupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDbBackupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_storage ⇒ ::Integer
- #arn ⇒ ::String
- #cluster_configuration ⇒ Types::ClusterConfiguration
- #created_at ⇒ ::Time
- #db_instance_type ⇒ "db.influx.medium", ...
- #db_parameter_group_id ⇒ ::String
- #db_resource_id ⇒ ::String
- #db_storage_type ⇒ "InfluxIOIncludedT1", ...
- #deployment_type ⇒ "SINGLE_AZ", ...
- #engine_type ⇒ "INFLUXDB_V2", ...
- #expires_after ⇒ ::String
- #failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
- #id ⇒ ::String
- #influx_auth_parameters_secret_arn ⇒ ::String
- #kms_key_id ⇒ ::String
- #log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
- #maintenance_schedule ⇒ Types::MaintenanceSchedule
- #name ⇒ ::String
- #network_type ⇒ "IPV4", "DUAL"
- #port ⇒ ::Integer
- #publicly_accessible ⇒ Boolean
- #status ⇒ "IN_PROGRESS", ...
- #type ⇒ "HOURLY", ...
- #vpc_security_group_ids ⇒ ::Array[::String]
- #vpc_subnet_ids ⇒ ::Array[::String]
Instance Method Details
#allocated_storage ⇒ ::Integer
612 |
# File 'sig/client.rbs', line 612
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def arn: () -> ::String
|
#cluster_configuration ⇒ Types::ClusterConfiguration
606 |
# File 'sig/client.rbs', line 606
def cluster_configuration: () -> Types::ClusterConfiguration
|
#created_at ⇒ ::Time
599 |
# File 'sig/client.rbs', line 599
def created_at: () -> ::Time
|
#db_instance_type ⇒ "db.influx.medium", ...
608 |
# File 'sig/client.rbs', line 608
def db_instance_type: () -> ("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")
|
#db_parameter_group_id ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def db_parameter_group_id: () -> ::String
|
#db_resource_id ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def db_resource_id: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
611 |
# File 'sig/client.rbs', line 611
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", ...
604 |
# File 'sig/client.rbs', line 604
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY" | "MULTI_NODE_READ_REPLICAS")
|
#engine_type ⇒ "INFLUXDB_V2", ...
603 |
# File 'sig/client.rbs', line 603
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
#expires_after ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def expires_after: () -> ::String
|
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
610 |
# File 'sig/client.rbs', line 610
def failover_mode: () -> ("AUTOMATIC" | "NO_FAILOVER")
|
#id ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def influx_auth_parameters_secret_arn: () -> ::String
|
#kms_key_id ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def kms_key_id: () -> ::String
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
609 |
# File 'sig/client.rbs', line 609
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
619 |
# File 'sig/client.rbs', line 619
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
596 |
# File 'sig/client.rbs', line 596
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
617 |
# File 'sig/client.rbs', line 617
def network_type: () -> ("IPV4" | "DUAL")
|
#port ⇒ ::Integer
616 |
# File 'sig/client.rbs', line 616
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
615 |
# File 'sig/client.rbs', line 615
def publicly_accessible: () -> bool
|
#status ⇒ "IN_PROGRESS", ...
598 |
# File 'sig/client.rbs', line 598
def status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")
|
#type ⇒ "HOURLY", ...
602 |
# File 'sig/client.rbs', line 602
def type: () -> ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM_SCHEDULE" | "ON_DEMAND" | "CONTINUOUS")
|
#vpc_security_group_ids ⇒ ::Array[::String]
614 |
# File 'sig/client.rbs', line 614
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
613 |
# File 'sig/client.rbs', line 613
def vpc_subnet_ids: () -> ::Array[::String]
|