Class: Aws::Types::UpdateReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReplicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
-
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
-
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
-
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
-
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
-
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute ebs_encryption.
-
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
-
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
Returns the value of attribute replicated_disks.
-
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
-
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
-
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
-
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
-
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
-
#store_snapshot_on_local_zone ⇒ Boolean
Returns the value of attribute store_snapshot_on_local_zone.
-
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
-
#use_fips_endpoint ⇒ Boolean
Returns the value of attribute use_fips_endpoint.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def account_id @account_id end |
#associate_default_security_group ⇒ Boolean
Returns the value of attribute associate_default_security_group.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def associate_default_security_group @associate_default_security_group end |
#bandwidth_throttling ⇒ ::Integer
Returns the value of attribute bandwidth_throttling.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def bandwidth_throttling @bandwidth_throttling end |
#create_public_ip ⇒ Boolean
Returns the value of attribute create_public_ip.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def create_public_ip @create_public_ip end |
#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"
Returns the value of attribute data_plane_routing.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def data_plane_routing @data_plane_routing end |
#default_large_staging_disk_type ⇒ "GP2", ...
Returns the value of attribute default_large_staging_disk_type.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def default_large_staging_disk_type @default_large_staging_disk_type end |
#ebs_encryption ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute ebs_encryption.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def ebs_encryption @ebs_encryption end |
#ebs_encryption_key_arn ⇒ ::String
Returns the value of attribute ebs_encryption_key_arn.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def ebs_encryption_key_arn @ebs_encryption_key_arn end |
#internet_protocol ⇒ "IPV4", "IPV6"
Returns the value of attribute internet_protocol.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def internet_protocol @internet_protocol end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]
Returns the value of attribute replicated_disks.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def replicated_disks @replicated_disks end |
#replication_server_instance_type ⇒ ::String
Returns the value of attribute replication_server_instance_type.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def replication_server_instance_type @replication_server_instance_type end |
#replication_servers_security_groups_i_ds ⇒ ::Array[::String]
Returns the value of attribute replication_servers_security_groups_i_ds.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def replication_servers_security_groups_i_ds @replication_servers_security_groups_i_ds end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def source_server_id @source_server_id end |
#staging_area_subnet_id ⇒ ::String
Returns the value of attribute staging_area_subnet_id.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def staging_area_subnet_id @staging_area_subnet_id end |
#staging_area_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute staging_area_tags.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
2123 2124 2125 |
# File 'sig/types.rbs', line 2123 def storage_configuration @storage_configuration end |
#store_snapshot_on_local_zone ⇒ Boolean
Returns the value of attribute store_snapshot_on_local_zone.
2122 2123 2124 |
# File 'sig/types.rbs', line 2122 def store_snapshot_on_local_zone @store_snapshot_on_local_zone end |
#use_dedicated_replication_server ⇒ Boolean
Returns the value of attribute use_dedicated_replication_server.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def use_dedicated_replication_server @use_dedicated_replication_server end |
#use_fips_endpoint ⇒ Boolean
Returns the value of attribute use_fips_endpoint.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def use_fips_endpoint @use_fips_endpoint end |