Class: Aws::Types::AwsRdsDbClusterSnapshotDetails

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)


3473
3474
3475
# File 'sig/types.rbs', line 3473

def allocated_storage
  @allocated_storage
end

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


3470
3471
3472
# File 'sig/types.rbs', line 3470

def availability_zones
  @availability_zones
end

#cluster_create_time::String

Returns the value of attribute cluster_create_time.

Returns:

  • (::String)


3477
3478
3479
# File 'sig/types.rbs', line 3477

def cluster_create_time
  @cluster_create_time
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


3485
3486
3487
# File 'sig/types.rbs', line 3485

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_attributes::Array[Types::AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute]

Returns the value of attribute db_cluster_snapshot_attributes.



3488
3489
3490
# File 'sig/types.rbs', line 3488

def db_cluster_snapshot_attributes
  @db_cluster_snapshot_attributes
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


3486
3487
3488
# File 'sig/types.rbs', line 3486

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3472
3473
3474
# File 'sig/types.rbs', line 3472

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


3479
3480
3481
# File 'sig/types.rbs', line 3479

def engine_version
  @engine_version
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


3487
3488
3489
# File 'sig/types.rbs', line 3487

def iam_database_authentication_enabled
  @iam_database_authentication_enabled
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


3484
3485
3486
# File 'sig/types.rbs', line 3484

def kms_key_id
  @kms_key_id
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


3480
3481
3482
# File 'sig/types.rbs', line 3480

def license_model
  @license_model
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


3478
3479
3480
# File 'sig/types.rbs', line 3478

def master_username
  @master_username
end

#percent_progress::Integer

Returns the value of attribute percent_progress.

Returns:

  • (::Integer)


3482
3483
3484
# File 'sig/types.rbs', line 3482

def percent_progress
  @percent_progress
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3475
3476
3477
# File 'sig/types.rbs', line 3475

def port
  @port
end

#snapshot_create_time::String

Returns the value of attribute snapshot_create_time.

Returns:

  • (::String)


3471
3472
3473
# File 'sig/types.rbs', line 3471

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


3481
3482
3483
# File 'sig/types.rbs', line 3481

def snapshot_type
  @snapshot_type
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3474
3475
3476
# File 'sig/types.rbs', line 3474

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


3483
3484
3485
# File 'sig/types.rbs', line 3483

def storage_encrypted
  @storage_encrypted
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3476
3477
3478
# File 'sig/types.rbs', line 3476

def vpc_id
  @vpc_id
end