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)


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

def backup_size_in_bytes: () -> ::Integer

#backup_vault_arn::String

Returns:

  • (::String)


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

def backup_vault_arn: () -> ::String

#backup_vault_name::String

Returns:

  • (::String)


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

def backup_vault_name: () -> ::String

#calculated_lifecycleTypes::CalculatedLifecycle



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

def calculated_lifecycle: () -> Types::CalculatedLifecycle

#completion_date::Time

Returns:

  • (::Time)


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

def completion_date: () -> ::Time

#composite_member_identifier::String

Returns:

  • (::String)


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

def composite_member_identifier: () -> ::String

#created_byTypes::RecoveryPointCreator



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

def created_by: () -> Types::RecoveryPointCreator

#creation_date::Time

Returns:

  • (::Time)


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

def creation_date: () -> ::Time

#encryption_key_arn::String

Returns:

  • (::String)


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

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")


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

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

#iam_role_arn::String

Returns:

  • (::String)


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

def iam_role_arn: () -> ::String

#index_status"PENDING", ...

Returns:

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


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

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

#index_status_message::String

Returns:

  • (::String)


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

def index_status_message: () -> ::String

#initiation_date::Time

Returns:

  • (::Time)


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

def initiation_date: () -> ::Time

#is_encryptedBoolean

Returns:

  • (Boolean)


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

def is_encrypted: () -> bool

#is_parentBoolean

Returns:

  • (Boolean)


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

def is_parent: () -> bool

#last_restore_time::Time

Returns:

  • (::Time)


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

def last_restore_time: () -> ::Time

#lifecycleTypes::Lifecycle

Returns:



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

def lifecycle: () -> Types::Lifecycle

#parent_recovery_point_arn::String

Returns:

  • (::String)


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

def parent_recovery_point_arn: () -> ::String

#recovery_point_arn::String

Returns:

  • (::String)


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

def recovery_point_arn: () -> ::String

#resource_arn::String

Returns:

  • (::String)


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

def resource_arn: () -> ::String

#resource_name::String

Returns:

  • (::String)


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

def resource_name: () -> ::String

#resource_type::String

Returns:

  • (::String)


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

def resource_type: () -> ::String

#scan_results::Array[Types::ScanResult]

Returns:



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

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

#source_backup_vault_arn::String

Returns:

  • (::String)


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

def source_backup_vault_arn: () -> ::String

#status"COMPLETED", ...

Returns:

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


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

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

#status_message::String

Returns:

  • (::String)


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

def status_message: () -> ::String

#storage_class"WARM", ...

Returns:

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


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

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

#vault_type"BACKUP_VAULT", ...

Returns:

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


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

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