Class: Aws::Types::DBClusterSnapshot

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)


1092
1093
1094
# File 'sig/types.rbs', line 1092

def allocated_storage
  @allocated_storage
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


1086
1087
1088
# File 'sig/types.rbs', line 1086

def availability_zones
  @availability_zones
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def backup_retention_period
  @backup_retention_period
end

#cluster_create_time::Time

Returns the value of attribute cluster_create_time.

Returns:

  • (::Time)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def cluster_create_time
  @cluster_create_time
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1088
1089
1090
# File 'sig/types.rbs', line 1088

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_resource_id::String

Returns the value of attribute db_cluster_resource_id.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def db_cluster_resource_id
  @db_cluster_resource_id
end

#db_cluster_snapshot_arn::String

Returns the value of attribute db_cluster_snapshot_arn.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def db_cluster_snapshot_arn
  @db_cluster_snapshot_arn
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


1087
1088
1089
# File 'sig/types.rbs', line 1087

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#db_system_id::String

Returns the value of attribute db_system_id.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def db_system_id
  @db_system_id
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1090
1091
1092
# File 'sig/types.rbs', line 1090

def engine
  @engine
end

#engine_mode::String

Returns the value of attribute engine_mode.

Returns:

  • (::String)


1091
1092
1093
# File 'sig/types.rbs', line 1091

def engine_mode
  @engine_mode
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def master_username
  @master_username
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def port
  @port
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def preferred_backup_window
  @preferred_backup_window
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


1089
1090
1091
# File 'sig/types.rbs', line 1089

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def snapshot_type
  @snapshot_type
end

#source_db_cluster_snapshot_arn::String

Returns the value of attribute source_db_cluster_snapshot_arn.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def source_db_cluster_snapshot_arn
  @source_db_cluster_snapshot_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1093
1094
1095
# File 'sig/types.rbs', line 1093

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def storage_encrypted
  @storage_encrypted
end

#storage_encryption_type"none", ...

Returns the value of attribute storage_encryption_type.

Returns:

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


1103
1104
1105
# File 'sig/types.rbs', line 1103

def storage_encryption_type
  @storage_encryption_type
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def storage_type
  @storage_type
end

#tag_list::Array[Types::Tag]

Returns the value of attribute tag_list.

Returns:



1110
1111
1112
# File 'sig/types.rbs', line 1110

def tag_list
  @tag_list
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def vpc_id
  @vpc_id
end