Class: Aws::Types::AwsRdsDbSnapshotDetails

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)


3648
3649
3650
# File 'sig/types.rbs', line 3648

def allocated_storage
  @allocated_storage
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3651
3652
3653
# File 'sig/types.rbs', line 3651

def availability_zone
  @availability_zone
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


3645
3646
3647
# File 'sig/types.rbs', line 3645

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


3644
3645
3646
# File 'sig/types.rbs', line 3644

def db_snapshot_identifier
  @db_snapshot_identifier
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


3670
3671
3672
# File 'sig/types.rbs', line 3670

def dbi_resource_id
  @dbi_resource_id
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


3665
3666
3667
# File 'sig/types.rbs', line 3665

def encrypted
  @encrypted
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3647
3648
3649
# File 'sig/types.rbs', line 3647

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3655
3656
3657
# File 'sig/types.rbs', line 3655

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


3668
3669
3670
# File 'sig/types.rbs', line 3668

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#instance_create_time::String

Returns the value of attribute instance_create_time.

Returns:

  • (::String)


3653
3654
3655
# File 'sig/types.rbs', line 3653

def instance_create_time
  @instance_create_time
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3658
3659
3660
# File 'sig/types.rbs', line 3658

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3666
3667
3668
# File 'sig/types.rbs', line 3666

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


3656
3657
3658
# File 'sig/types.rbs', line 3656

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


3654
3655
3656
# File 'sig/types.rbs', line 3654

def master_username
  @master_username
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3659
3660
3661
# File 'sig/types.rbs', line 3659

def option_group_name
  @option_group_name
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


3660
3661
3662
# File 'sig/types.rbs', line 3660

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3650
3651
3652
# File 'sig/types.rbs', line 3650

def port
  @port
end

#processor_features::Array[Types::AwsRdsDbProcessorFeature]

Returns the value of attribute processor_features.

Returns:



3669
3670
3671
# File 'sig/types.rbs', line 3669

def processor_features
  @processor_features
end

#snapshot_create_time::String

Returns the value of attribute snapshot_create_time.

Returns:

  • (::String)


3646
3647
3648
# File 'sig/types.rbs', line 3646

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


3657
3658
3659
# File 'sig/types.rbs', line 3657

def snapshot_type
  @snapshot_type
end

#source_db_snapshot_identifier::String

Returns the value of attribute source_db_snapshot_identifier.

Returns:

  • (::String)


3662
3663
3664
# File 'sig/types.rbs', line 3662

def source_db_snapshot_identifier
  @source_db_snapshot_identifier
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


3661
3662
3663
# File 'sig/types.rbs', line 3661

def source_region
  @source_region
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3649
3650
3651
# File 'sig/types.rbs', line 3649

def status
  @status
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3663
3664
3665
# File 'sig/types.rbs', line 3663

def storage_type
  @storage_type
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


3664
3665
3666
# File 'sig/types.rbs', line 3664

def tde_credential_arn
  @tde_credential_arn
end

#timezone::String

Returns the value of attribute timezone.

Returns:

  • (::String)


3667
3668
3669
# File 'sig/types.rbs', line 3667

def timezone
  @timezone
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3652
3653
3654
# File 'sig/types.rbs', line 3652

def vpc_id
  @vpc_id
end