Class: Aws::Types::DescribeRecoveryPointOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


747
748
749
# File 'sig/types.rbs', line 747

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def backup_vault_name
  @backup_vault_name
end

#calculated_lifecycleTypes::CalculatedLifecycle

Returns the value of attribute calculated_lifecycle.



748
749
750
# File 'sig/types.rbs', line 748

def calculated_lifecycle
  @calculated_lifecycle
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


746
747
748
# File 'sig/types.rbs', line 746

def completion_date
  @completion_date
end

#composite_member_identifier::String

Returns the value of attribute composite_member_identifier.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def composite_member_identifier
  @composite_member_identifier
end

#created_byTypes::RecoveryPointCreator

Returns the value of attribute created_by.



740
741
742
# File 'sig/types.rbs', line 740

def created_by
  @created_by
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


744
745
746
# File 'sig/types.rbs', line 744

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def encryption_key_arn
  @encryption_key_arn
end

#encryption_key_type"AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY"

Returns the value of attribute encryption_key_type.

Returns:

  • ("AWS_OWNED_KMS_KEY", "CUSTOMER_MANAGED_KMS_KEY")


761
762
763
# File 'sig/types.rbs', line 761

def encryption_key_type
  @encryption_key_type
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def iam_role_arn
  @iam_role_arn
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

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


759
760
761
# File 'sig/types.rbs', line 759

def index_status
  @index_status
end

#index_status_message::String

Returns the value of attribute index_status_message.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def index_status_message
  @index_status_message
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


745
746
747
# File 'sig/types.rbs', line 745

def initiation_date
  @initiation_date
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


751
752
753
# File 'sig/types.rbs', line 751

def is_encrypted
  @is_encrypted
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


756
757
758
# File 'sig/types.rbs', line 756

def is_parent
  @is_parent
end

#last_restore_time::Time

Returns the value of attribute last_restore_time.

Returns:

  • (::Time)


753
754
755
# File 'sig/types.rbs', line 753

def last_restore_time
  @last_restore_time
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def lifecycle
  @lifecycle
end

#parent_recovery_point_arn::String

Returns the value of attribute parent_recovery_point_arn.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def parent_recovery_point_arn
  @parent_recovery_point_arn
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def resource_type
  @resource_type
end

#scan_results::Array[Types::ScanResult]

Returns the value of attribute scan_results.

Returns:



762
763
764
# File 'sig/types.rbs', line 762

def scan_results
  @scan_results
end

#source_backup_vault_arn::String

Returns the value of attribute source_backup_vault_arn.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def source_backup_vault_arn
  @source_backup_vault_arn
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:

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


742
743
744
# File 'sig/types.rbs', line 742

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def status_message
  @status_message
end

#storage_class"WARM", ...

Returns the value of attribute storage_class.

Returns:

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


752
753
754
# File 'sig/types.rbs', line 752

def storage_class
  @storage_class
end

#vault_type"BACKUP_VAULT", ...

Returns the value of attribute vault_type.

Returns:

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


758
759
760
# File 'sig/types.rbs', line 758

def vault_type
  @vault_type
end