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

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


341
342
343
# File 'sig/types.rbs', line 341

def availability_zones
  @availability_zones
end

#cluster_create_time::Time

Returns the value of attribute cluster_create_time.

Returns:

  • (::Time)


349
350
351
# File 'sig/types.rbs', line 349

def cluster_create_time
  @cluster_create_time
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_arn::String

Returns the value of attribute db_cluster_snapshot_arn.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

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)


342
343
344
# File 'sig/types.rbs', line 342

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def engine_version
  @engine_version
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def kms_key_id
  @kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def master_username
  @master_username
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


353
354
355
# File 'sig/types.rbs', line 353

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


347
348
349
# File 'sig/types.rbs', line 347

def port
  @port
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


344
345
346
# File 'sig/types.rbs', line 344

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def snapshot_type
  @snapshot_type
end

#source_db_cluster_snapshot_arn::String

Returns the value of attribute source_db_cluster_snapshot_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def source_db_cluster_snapshot_arn
  @source_db_cluster_snapshot_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


354
355
356
# File 'sig/types.rbs', line 354

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def storage_type
  @storage_type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def vpc_id
  @vpc_id
end