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)


482
483
484
# File 'sig/types.rbs', line 482

def allocated_storage
  @allocated_storage
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


477
478
479
# File 'sig/types.rbs', line 477

def availability_zones
  @availability_zones
end

#cluster_create_time::Time

Returns the value of attribute cluster_create_time.

Returns:

  • (::Time)


486
487
488
# File 'sig/types.rbs', line 486

def cluster_create_time
  @cluster_create_time
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_arn::String

Returns the value of attribute db_cluster_snapshot_arn.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

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)


478
479
480
# File 'sig/types.rbs', line 478

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


496
497
498
# File 'sig/types.rbs', line 496

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def master_username
  @master_username
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


491
492
493
# File 'sig/types.rbs', line 491

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


484
485
486
# File 'sig/types.rbs', line 484

def port
  @port
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


480
481
482
# File 'sig/types.rbs', line 480

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def snapshot_type
  @snapshot_type
end

#source_db_cluster_snapshot_arn::String

Returns the value of attribute source_db_cluster_snapshot_arn.

Returns:

  • (::String)


495
496
497
# File 'sig/types.rbs', line 495

def source_db_cluster_snapshot_arn
  @source_db_cluster_snapshot_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


492
493
494
# File 'sig/types.rbs', line 492

def storage_encrypted
  @storage_encrypted
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


497
498
499
# File 'sig/types.rbs', line 497

def storage_type
  @storage_type
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def vpc_id
  @vpc_id
end