Class: Aws::Types::GetDbClusterOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetDbClusterOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
Returns the value of attribute db_backup_configurations.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
-
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_maintenance_time ⇒ ::Time
Returns the value of attribute last_maintenance_time.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#next_maintenance_time ⇒ ::Time
Returns the value of attribute next_maintenance_time.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
398 399 400 |
# File 'sig/types.rbs', line 398 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
389 390 391 |
# File 'sig/types.rbs', line 389 def arn @arn end |
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
410 411 412 |
# File 'sig/types.rbs', line 410 def cluster_configuration @cluster_configuration end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
Returns the value of attribute db_backup_configurations.
411 412 413 |
# File 'sig/types.rbs', line 411 def db_backup_configurations @db_backup_configurations end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
395 396 397 |
# File 'sig/types.rbs', line 395 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
401 402 403 |
# File 'sig/types.rbs', line 401 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
397 398 399 |
# File 'sig/types.rbs', line 397 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
394 395 396 |
# File 'sig/types.rbs', line 394 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
391 392 393 |
# File 'sig/types.rbs', line 391 def endpoint @endpoint end |
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
399 400 401 |
# File 'sig/types.rbs', line 399 def engine_type @engine_type end |
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
409 410 411 |
# File 'sig/types.rbs', line 409 def failover_mode @failover_mode end |
#id ⇒ ::String
Returns the value of attribute id.
387 388 389 |
# File 'sig/types.rbs', line 387 def id @id end |
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
406 407 408 |
# File 'sig/types.rbs', line 406 def influx_auth_parameters_secret_arn @influx_auth_parameters_secret_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
412 413 414 |
# File 'sig/types.rbs', line 412 def kms_key_id @kms_key_id end |
#last_maintenance_time ⇒ ::Time
Returns the value of attribute last_maintenance_time.
404 405 406 |
# File 'sig/types.rbs', line 404 def last_maintenance_time @last_maintenance_time end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
402 403 404 |
# File 'sig/types.rbs', line 402 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
403 404 405 |
# File 'sig/types.rbs', line 403 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
388 389 390 |
# File 'sig/types.rbs', line 388 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
396 397 398 |
# File 'sig/types.rbs', line 396 def network_type @network_type end |
#next_maintenance_time ⇒ ::Time
Returns the value of attribute next_maintenance_time.
405 406 407 |
# File 'sig/types.rbs', line 405 def next_maintenance_time @next_maintenance_time end |
#port ⇒ ::Integer
Returns the value of attribute port.
393 394 395 |
# File 'sig/types.rbs', line 393 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
400 401 402 |
# File 'sig/types.rbs', line 400 def publicly_accessible @publicly_accessible end |
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
392 393 394 |
# File 'sig/types.rbs', line 392 def reader_endpoint @reader_endpoint end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
390 391 392 |
# File 'sig/types.rbs', line 390 def status @status end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
408 409 410 |
# File 'sig/types.rbs', line 408 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
407 408 409 |
# File 'sig/types.rbs', line 407 def vpc_subnet_ids @vpc_subnet_ids end |