Class: Aws::Types::DBSnapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



1659
1660
1661
# File 'sig/types.rbs', line 1659

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def allocated_storage
  @allocated_storage
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def backup_retention_period
  @backup_retention_period
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_arn::String

Returns the value of attribute db_snapshot_arn.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def db_snapshot_arn
  @db_snapshot_arn
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def db_snapshot_identifier
  @db_snapshot_identifier
end

#db_system_id::String

Returns the value of attribute db_system_id.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def db_system_id
  @db_system_id
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def dbi_resource_id
  @dbi_resource_id
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def dedicated_log_volume
  @dedicated_log_volume
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def encrypted
  @encrypted
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#instance_create_time::Time

Returns the value of attribute instance_create_time.

Returns:

  • (::Time)


1629
1630
1631
# File 'sig/types.rbs', line 1629

def instance_create_time
  @instance_create_time
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


1630
1631
1632
# File 'sig/types.rbs', line 1630

def master_username
  @master_username
end

#multi_tenantBoolean

Returns the value of attribute multi_tenant.

Returns:

  • (Boolean)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def multi_tenant
  @multi_tenant
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


1636
1637
1638
# File 'sig/types.rbs', line 1636

def option_group_name
  @option_group_name
end

#original_snapshot_create_time::Time

Returns the value of attribute original_snapshot_create_time.

Returns:

  • (::Time)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def original_snapshot_create_time
  @original_snapshot_create_time
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1626
1627
1628
# File 'sig/types.rbs', line 1626

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def preferred_backup_window
  @preferred_backup_window
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



1650
1651
1652
# File 'sig/types.rbs', line 1650

def processor_features
  @processor_features
end

#snapshot_availability_zone::String

Returns the value of attribute snapshot_availability_zone.

Returns:

  • (::String)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def snapshot_availability_zone
  @snapshot_availability_zone
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_database_time::Time

Returns the value of attribute snapshot_database_time.

Returns:

  • (::Time)


1655
1656
1657
# File 'sig/types.rbs', line 1655

def snapshot_database_time
  @snapshot_database_time
end

#snapshot_target::String

Returns the value of attribute snapshot_target.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def snapshot_target
  @snapshot_target
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def snapshot_type
  @snapshot_type
end

#source_db_snapshot_identifier::String

Returns the value of attribute source_db_snapshot_identifier.

Returns:

  • (::String)


1639
1640
1641
# File 'sig/types.rbs', line 1639

def source_db_snapshot_identifier
  @source_db_snapshot_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def source_region
  @source_region
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def status
  @status
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

  • ("none", "sse-kms", "sse-rds")


1643
1644
1645
# File 'sig/types.rbs', line 1643

def storage_encryption_type
  @storage_encryption_type
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def storage_type
  @storage_type
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



1652
1653
1654
# File 'sig/types.rbs', line 1652

def tag_list
  @tag_list
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def tde_credential_arn
  @tde_credential_arn
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def timezone
  @timezone
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def vpc_id
  @vpc_id
end