Class: Aws::Types::CreateReplicationInstanceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


339
340
341
# File 'sig/types.rbs', line 339

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def engine_version
  @engine_version
end

#kerberos_authentication_settingsTypes::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.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def kms_key_id
  @kms_key_id
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def preferred_maintenance_window
  @preferred_maintenance_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


341
342
343
# File 'sig/types.rbs', line 341

def vpc_security_group_ids
  @vpc_security_group_ids
end