Class: Aws::Types::CreateReplicationInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#dns_name_servers ⇒ ::String
Returns the value of attribute dns_name_servers.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#kerberos_authentication_settings ⇒ Types::KerberosAuthenticationSettings
Returns the value of attribute kerberos_authentication_settings.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
-
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
-
#replication_subnet_group_identifier ⇒ ::String
Returns the value of attribute replication_subnet_group_identifier.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
339 340 341 |
# File 'sig/types.rbs', line 339 def allocated_storage @allocated_storage end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
347 348 349 |
# File 'sig/types.rbs', line 347 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
342 343 344 |
# File 'sig/types.rbs', line 342 def availability_zone @availability_zone end |
#dns_name_servers ⇒ ::String
Returns the value of attribute dns_name_servers.
351 352 353 |
# File 'sig/types.rbs', line 351 def dns_name_servers @dns_name_servers end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
346 347 348 |
# File 'sig/types.rbs', line 346 def engine_version @engine_version end |
#kerberos_authentication_settings ⇒ Types::KerberosAuthenticationSettings
Returns the value of attribute kerberos_authentication_settings.
354 355 356 |
# File 'sig/types.rbs', line 354 def kerberos_authentication_settings @kerberos_authentication_settings end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
349 350 351 |
# File 'sig/types.rbs', line 349 def kms_key_id @kms_key_id end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
345 346 347 |
# File 'sig/types.rbs', line 345 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
353 354 355 |
# File 'sig/types.rbs', line 353 def network_type @network_type end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
344 345 346 |
# File 'sig/types.rbs', line 344 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
350 351 352 |
# File 'sig/types.rbs', line 350 def publicly_accessible @publicly_accessible end |
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
340 341 342 |
# File 'sig/types.rbs', line 340 def replication_instance_class @replication_instance_class end |
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
338 339 340 |
# File 'sig/types.rbs', line 338 def replication_instance_identifier @replication_instance_identifier end |
#replication_subnet_group_identifier ⇒ ::String
Returns the value of attribute replication_subnet_group_identifier.
343 344 345 |
# File 'sig/types.rbs', line 343 def replication_subnet_group_identifier @replication_subnet_group_identifier end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
352 353 354 |
# File 'sig/types.rbs', line 352 def resource_identifier @resource_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
348 349 350 |
# File 'sig/types.rbs', line 348 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
341 342 343 |
# File 'sig/types.rbs', line 341 def vpc_security_group_ids @vpc_security_group_ids end |