Module: Aws::Backup::Client::_DescribeRecoveryPointResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeRecoveryPointOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#backup_size_in_bytes::Integer

Returns:

  • (::Integer)


579
# File 'sig/client.rbs', line 579

def backup_size_in_bytes: () -> ::Integer

#backup_vault_arn::String

Returns:

  • (::String)


568
# File 'sig/client.rbs', line 568

def backup_vault_arn: () -> ::String

#backup_vault_name::String

Returns:

  • (::String)


567
# File 'sig/client.rbs', line 567

def backup_vault_name: () -> ::String

#calculated_lifecycleTypes::CalculatedLifecycle



580
# File 'sig/client.rbs', line 580

def calculated_lifecycle: () -> Types::CalculatedLifecycle

#completion_date::Time

Returns:

  • (::Time)


578
# File 'sig/client.rbs', line 578

def completion_date: () -> ::Time

#composite_member_identifier::String

Returns:

  • (::String)


587
# File 'sig/client.rbs', line 587

def composite_member_identifier: () -> ::String

#created_byTypes::RecoveryPointCreator



572
# File 'sig/client.rbs', line 572

def created_by: () -> Types::RecoveryPointCreator

#creation_date::Time

Returns:

  • (::Time)


576
# File 'sig/client.rbs', line 576

def creation_date: () -> ::Time

#encryption_key_arn::String

Returns:

  • (::String)


582
# File 'sig/client.rbs', line 582

def encryption_key_arn: () -> ::String

#encryption_key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY")


593
# File 'sig/client.rbs', line 593

def encryption_key_type: () -> ("AWS_OWNED_KMS_KEY" | "CUSTOMER_MANAGED_KMS_KEY")

#iam_role_arn::String

Returns:

  • (::String)


573
# File 'sig/client.rbs', line 573

def iam_role_arn: () -> ::String

#index_status"PENDING", ...

Returns:

  • ("PENDING", "ACTIVE", "FAILED", "DELETING")


591
# File 'sig/client.rbs', line 591

def index_status: () -> ("PENDING" | "ACTIVE" | "FAILED" | "DELETING")

#index_status_message::String

Returns:

  • (::String)


592
# File 'sig/client.rbs', line 592

def index_status_message: () -> ::String

#initiation_date::Time

Returns:

  • (::Time)


577
# File 'sig/client.rbs', line 577

def initiation_date: () -> ::Time

#is_encryptedBoolean

Returns:

  • (Boolean)


583
# File 'sig/client.rbs', line 583

def is_encrypted: () -> bool

#is_parentBoolean

Returns:

  • (Boolean)


588
# File 'sig/client.rbs', line 588

def is_parent: () -> bool

#last_restore_time::Time

Returns:

  • (::Time)


585
# File 'sig/client.rbs', line 585

def last_restore_time: () -> ::Time

#lifecycleTypes::Lifecycle

Returns:



581
# File 'sig/client.rbs', line 581

def lifecycle: () -> Types::Lifecycle

#parent_recovery_point_arn::String

Returns:

  • (::String)


586
# File 'sig/client.rbs', line 586

def parent_recovery_point_arn: () -> ::String

#recovery_point_arn::String

Returns:

  • (::String)


566
# File 'sig/client.rbs', line 566

def recovery_point_arn: () -> ::String

#resource_arn::String

Returns:

  • (::String)


570
# File 'sig/client.rbs', line 570

def resource_arn: () -> ::String

#resource_name::String

Returns:

  • (::String)


589
# File 'sig/client.rbs', line 589

def resource_name: () -> ::String

#resource_type::String

Returns:

  • (::String)


571
# File 'sig/client.rbs', line 571

def resource_type: () -> ::String

#scan_results::Array[Types::ScanResult]

Returns:



594
# File 'sig/client.rbs', line 594

def scan_results: () -> ::Array[Types::ScanResult]

#source_backup_vault_arn::String

Returns:

  • (::String)


569
# File 'sig/client.rbs', line 569

def source_backup_vault_arn: () -> ::String

#status"COMPLETED", ...

Returns:

  • ("COMPLETED", "PARTIAL", "DELETING", "EXPIRED", "AVAILABLE", "STOPPED", "CREATING")


574
# File 'sig/client.rbs', line 574

def status: () -> ("COMPLETED" | "PARTIAL" | "DELETING" | "EXPIRED" | "AVAILABLE" | "STOPPED" | "CREATING")

#status_message::String

Returns:

  • (::String)


575
# File 'sig/client.rbs', line 575

def status_message: () -> ::String

#storage_class"WARM", ...

Returns:

  • ("WARM", "COLD", "DELETED")


584
# File 'sig/client.rbs', line 584

def storage_class: () -> ("WARM" | "COLD" | "DELETED")

#vault_type"BACKUP_VAULT", ...

Returns:

  • ("BACKUP_VAULT", "LOGICALLY_AIR_GAPPED_BACKUP_VAULT", "RESTORE_ACCESS_BACKUP_VAULT")


590
# File 'sig/client.rbs', line 590

def vault_type: () -> ("BACKUP_VAULT" | "LOGICALLY_AIR_GAPPED_BACKUP_VAULT" | "RESTORE_ACCESS_BACKUP_VAULT")