Class: Aws::Types::StartDBInstanceAutomatedBackupsReplicationMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pre_signed_url])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


4286
4287
4288
# File 'sig/types.rbs', line 4286

def backup_retention_period
  @backup_retention_period
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4287
4288
4289
# File 'sig/types.rbs', line 4287

def kms_key_id
  @kms_key_id
end

#pre_signed_url::String

Returns the value of attribute pre_signed_url.

Returns:

  • (::String)


4288
4289
4290
# File 'sig/types.rbs', line 4288

def pre_signed_url
  @pre_signed_url
end

#source_db_instance_arn::String

Returns the value of attribute source_db_instance_arn.

Returns:

  • (::String)


4285
4286
4287
# File 'sig/types.rbs', line 4285

def source_db_instance_arn
  @source_db_instance_arn
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


4290
4291
4292
# File 'sig/types.rbs', line 4290

def source_region
  @source_region
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



4289
4290
4291
# File 'sig/types.rbs', line 4289

def tags
  @tags
end