Class: Aws::Types::UpdateReplicationConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:staging_area_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2120
2121
2122
# File 'sig/types.rbs', line 2120

def 
  @account_id
end

#associate_default_security_group ⇒ Boolean

Returns the value of attribute associate_default_security_group.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (Boolean)


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.

Returns:

  • ("PRIVATE_IP", "PUBLIC_IP")


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.

Returns:

  • ("GP2", "ST1", "GP3")


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.

Returns:

  • ("DEFAULT", "CUSTOM")


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.

Returns:

  • (::String)


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.

Returns:

  • ("IPV4", "IPV6")


2121
2122
2123
# File 'sig/types.rbs', line 2121

def internet_protocol
  @internet_protocol
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


2118
2119
2120
# File 'sig/types.rbs', line 2118

def staging_area_tags
  @staging_area_tags
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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


2119
2120
2121
# File 'sig/types.rbs', line 2119

def use_fips_endpoint
  @use_fips_endpoint
end