Class: Aws::Types::DBClusterAutomatedBackup

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)


929
930
931
# File 'sig/types.rbs', line 929

def allocated_storage
  @allocated_storage
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


935
936
937
# File 'sig/types.rbs', line 935

def availability_zones
  @availability_zones
end

#aws_backup_recovery_point_arn::String

Returns the value of attribute aws_backup_recovery_point_arn.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def aws_backup_recovery_point_arn
  @aws_backup_recovery_point_arn
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


932
933
934
# File 'sig/types.rbs', line 932

def backup_retention_period
  @backup_retention_period
end

#cluster_create_time::Time

Returns the value of attribute cluster_create_time.

Returns:

  • (::Time)


926
927
928
# File 'sig/types.rbs', line 926

def cluster_create_time
  @cluster_create_time
end

#db_cluster_arn::String

Returns the value of attribute db_cluster_arn.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def db_cluster_arn
  @db_cluster_arn
end

#db_cluster_automated_backups_arn::String

Returns the value of attribute db_cluster_automated_backups_arn.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def db_cluster_automated_backups_arn
  @db_cluster_automated_backups_arn
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_resource_id::String

Returns the value of attribute db_cluster_resource_id.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def db_cluster_resource_id
  @db_cluster_resource_id
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def engine
  @engine
end

#engine_mode::String

Returns the value of attribute engine_mode.

Returns:

  • (::String)


934
935
936
# File 'sig/types.rbs', line 934

def engine_mode
  @engine_mode
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


925
926
927
# File 'sig/types.rbs', line 925

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


939
940
941
# File 'sig/types.rbs', line 939

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def master_username
  @master_username
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


936
937
938
# File 'sig/types.rbs', line 936

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


933
934
935
# File 'sig/types.rbs', line 933

def preferred_backup_window
  @preferred_backup_window
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def region
  @region
end

#restore_windowTypes::RestoreWindow

Returns the value of attribute restore_window.



919
920
921
# File 'sig/types.rbs', line 919

def restore_window
  @restore_window
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


927
928
929
# File 'sig/types.rbs', line 927

def storage_encrypted
  @storage_encrypted
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

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


928
929
930
# File 'sig/types.rbs', line 928

def storage_encryption_type
  @storage_encryption_type
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


940
941
942
# File 'sig/types.rbs', line 940

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def storage_type
  @storage_type
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



942
943
944
# File 'sig/types.rbs', line 942

def tag_list
  @tag_list
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def vpc_id
  @vpc_id
end