Class: Aws::Types::RestoreDBInstanceFromDBSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tde_credential_password])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_storage_volumes::Array[Types::AdditionalStorageVolume]

Returns the value of attribute additional_storage_volumes.

Returns:



4000
4001
4002
# File 'sig/types.rbs', line 4000

def additional_storage_volumes
  @additional_storage_volumes
end

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


3993
3994
3995
# File 'sig/types.rbs', line 3993

def allocated_storage
  @allocated_storage
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


3964
3965
3966
# File 'sig/types.rbs', line 3964

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3960
3961
3962
# File 'sig/types.rbs', line 3960

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


3995
3996
3997
# File 'sig/types.rbs', line 3995

def backup_retention_period
  @backup_retention_period
end

#backup_target::String

Returns the value of attribute backup_target.

Returns:

  • (::String)


3991
3992
3993
# File 'sig/types.rbs', line 3991

def backup_target
  @backup_target
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


3998
3999
4000
# File 'sig/types.rbs', line 3998

def ca_certificate_identifier
  @ca_certificate_identifier
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


3981
3982
3983
# File 'sig/types.rbs', line 3981

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#custom_iam_instance_profile::String

Returns the value of attribute custom_iam_instance_profile.

Returns:

  • (::String)


3992
3993
3994
# File 'sig/types.rbs', line 3992

def custom_iam_instance_profile
  @custom_iam_instance_profile
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


3994
3995
3996
# File 'sig/types.rbs', line 3994

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


3958
3959
3960
# File 'sig/types.rbs', line 3958

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


3956
3957
3958
# File 'sig/types.rbs', line 3956

def db_instance_identifier
  @db_instance_identifier
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


3966
3967
3968
# File 'sig/types.rbs', line 3966

def db_name
  @db_name
end

#db_parameter_group_name::String

Returns the value of attribute db_parameter_group_name.

Returns:

  • (::String)


3987
3988
3989
# File 'sig/types.rbs', line 3987

def db_parameter_group_name
  @db_parameter_group_name
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


3957
3958
3959
# File 'sig/types.rbs', line 3957

def db_snapshot_identifier
  @db_snapshot_identifier
end

#db_subnet_group_name::String

Returns the value of attribute db_subnet_group_name.

Returns:

  • (::String)


3961
3962
3963
# File 'sig/types.rbs', line 3961

def db_subnet_group_name
  @db_subnet_group_name
end

#dedicated_log_volumeBoolean

Returns the value of attribute dedicated_log_volume.

Returns:

  • (Boolean)


3997
3998
3999
# File 'sig/types.rbs', line 3997

def dedicated_log_volume
  @dedicated_log_volume
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


3988
3989
3990
# File 'sig/types.rbs', line 3988

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


3976
3977
3978
# File 'sig/types.rbs', line 3976

def domain
  @domain
end

#domain_auth_secret_arn::String

Returns the value of attribute domain_auth_secret_arn.

Returns:

  • (::String)


3979
3980
3981
# File 'sig/types.rbs', line 3979

def domain_auth_secret_arn
  @domain_auth_secret_arn
end

#domain_dns_ips::Array[::String]

Returns the value of attribute domain_dns_ips.

Returns:

  • (::Array[::String])


3980
3981
3982
# File 'sig/types.rbs', line 3980

def domain_dns_ips
  @domain_dns_ips
end

#domain_fqdn::String

Returns the value of attribute domain_fqdn.

Returns:

  • (::String)


3977
3978
3979
# File 'sig/types.rbs', line 3977

def domain_fqdn
  @domain_fqdn
end

#domain_iam_role_name::String

Returns the value of attribute domain_iam_role_name.

Returns:

  • (::String)


3982
3983
3984
# File 'sig/types.rbs', line 3982

def domain_iam_role_name
  @domain_iam_role_name
end

#domain_ou::String

Returns the value of attribute domain_ou.

Returns:

  • (::String)


3978
3979
3980
# File 'sig/types.rbs', line 3978

def domain_ou
  @domain_ou
end

#enable_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enable_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


3984
3985
3986
# File 'sig/types.rbs', line 3984

def enable_cloudwatch_logs_exports
  @enable_cloudwatch_logs_exports
end

#enable_customer_owned_ipBoolean

Returns the value of attribute enable_customer_owned_ip.

Returns:

  • (Boolean)


3989
3990
3991
# File 'sig/types.rbs', line 3989

def enable_customer_owned_ip
  @enable_customer_owned_ip
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


3983
3984
3985
# File 'sig/types.rbs', line 3983

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3967
3968
3969
# File 'sig/types.rbs', line 3967

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


3999
4000
4001
# File 'sig/types.rbs', line 3999

def engine_lifecycle_support
  @engine_lifecycle_support
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


3968
3969
3970
# File 'sig/types.rbs', line 3968

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


3965
3966
3967
# File 'sig/types.rbs', line 3965

def license_model
  @license_model
end

#manage_master_user_passwordBoolean

Returns the value of attribute manage_master_user_password.

Returns:

  • (Boolean)


4002
4003
4004
# File 'sig/types.rbs', line 4002

def manage_master_user_password
  @manage_master_user_password
end

#master_user_secret_kms_key_id::String

Returns the value of attribute master_user_secret_kms_key_id.

Returns:

  • (::String)


4003
4004
4005
# File 'sig/types.rbs', line 4003

def master_user_secret_kms_key_id
  @master_user_secret_kms_key_id
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


3962
3963
3964
# File 'sig/types.rbs', line 3962

def multi_az
  @multi_az
end

#network_type::String

Returns the value of attribute network_type.

Returns:

  • (::String)


3990
3991
3992
# File 'sig/types.rbs', line 3990

def network_type
  @network_type
end

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3970
3971
3972
# File 'sig/types.rbs', line 3970

def option_group_name
  @option_group_name
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3959
3960
3961
# File 'sig/types.rbs', line 3959

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


3996
3997
3998
# File 'sig/types.rbs', line 3996

def preferred_backup_window
  @preferred_backup_window
end

#processor_features::Array[Types::ProcessorFeature]

Returns the value of attribute processor_features.

Returns:



3985
3986
3987
# File 'sig/types.rbs', line 3985

def processor_features
  @processor_features
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


3963
3964
3965
# File 'sig/types.rbs', line 3963

def publicly_accessible
  @publicly_accessible
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


3969
3970
3971
# File 'sig/types.rbs', line 3969

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


3972
3973
3974
# File 'sig/types.rbs', line 3972

def storage_type
  @storage_type
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



4001
4002
4003
# File 'sig/types.rbs', line 4001

def tag_specifications
  @tag_specifications
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



3971
3972
3973
# File 'sig/types.rbs', line 3971

def tags
  @tags
end

#tde_credential_arn::String

Returns the value of attribute tde_credential_arn.

Returns:

  • (::String)


3973
3974
3975
# File 'sig/types.rbs', line 3973

def tde_credential_arn
  @tde_credential_arn
end

#tde_credential_password::String

Returns the value of attribute tde_credential_password.

Returns:

  • (::String)


3974
3975
3976
# File 'sig/types.rbs', line 3974

def tde_credential_password
  @tde_credential_password
end

#use_default_processor_featuresBoolean

Returns the value of attribute use_default_processor_features.

Returns:

  • (Boolean)


3986
3987
3988
# File 'sig/types.rbs', line 3986

def use_default_processor_features
  @use_default_processor_features
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


3975
3976
3977
# File 'sig/types.rbs', line 3975

def vpc_security_group_ids
  @vpc_security_group_ids
end