Module: Aws::TimestreamInfluxDB::Client::_CreateDbBackupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDbBackupOutput]
- 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
101 |
# File 'sig/client.rbs', line 101
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def arn: () -> ::String
|
#cluster_configuration ⇒ Types::ClusterConfiguration
95 |
# File 'sig/client.rbs', line 95
def cluster_configuration: () -> Types::ClusterConfiguration
|
#created_at ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def created_at: () -> ::Time
|
#db_instance_type ⇒ "db.influx.medium", ...
97 |
# File 'sig/client.rbs', line 97
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
96 |
# File 'sig/client.rbs', line 96
def db_parameter_group_id: () -> ::String
|
#db_resource_id ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def db_resource_id: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
100 |
# File 'sig/client.rbs', line 100
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", ...
93 |
# File 'sig/client.rbs', line 93
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY" | "MULTI_NODE_READ_REPLICAS")
|
#engine_type ⇒ "INFLUXDB_V2", ...
92 |
# File 'sig/client.rbs', line 92
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
#expires_after ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def expires_after: () -> ::String
|
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
99 |
# File 'sig/client.rbs', line 99
def failover_mode: () -> ("AUTOMATIC" | "NO_FAILOVER")
|
#id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
107 |
# File 'sig/client.rbs', line 107
def influx_auth_parameters_secret_arn: () -> ::String
|
#kms_key_id ⇒ ::String
94 |
# File 'sig/client.rbs', line 94
def kms_key_id: () -> ::String
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
98 |
# File 'sig/client.rbs', line 98
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
108 |
# File 'sig/client.rbs', line 108
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
106 |
# File 'sig/client.rbs', line 106
def network_type: () -> ("IPV4" | "DUAL")
|
#port ⇒ ::Integer
105 |
# File 'sig/client.rbs', line 105
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
104 |
# File 'sig/client.rbs', line 104
def publicly_accessible: () -> bool
|
#status ⇒ "IN_PROGRESS", ...
87 |
# File 'sig/client.rbs', line 87
def status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")
|
#type ⇒ "HOURLY", ...
91 |
# File 'sig/client.rbs', line 91
def type: () -> ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM_SCHEDULE" | "ON_DEMAND" | "CONTINUOUS")
|
#vpc_security_group_ids ⇒ ::Array[::String]
103 |
# File 'sig/client.rbs', line 103
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
102 |
# File 'sig/client.rbs', line 102
def vpc_subnet_ids: () -> ::Array[::String]
|