Class: Aws::Types::RecoveryPointByBackupVault

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_scan_resultTypes::AggregatedScanResult

Returns the value of attribute aggregated_scan_result.



1787
1788
1789
# File 'sig/types.rbs', line 1787

def aggregated_scan_result
  @aggregated_scan_result
end

#backup_size_in_bytes::Integer

Returns the value of attribute backup_size_in_bytes.

Returns:

  • (::Integer)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


1762
1763
1764
# File 'sig/types.rbs', line 1762

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1761
1762
1763
# File 'sig/types.rbs', line 1761

def backup_vault_name
  @backup_vault_name
end

#calculated_lifecycleTypes::CalculatedLifecycle

Returns the value of attribute calculated_lifecycle.



1774
1775
1776
# File 'sig/types.rbs', line 1774

def calculated_lifecycle
  @calculated_lifecycle
end

#completion_date::Time

Returns the value of attribute completion_date.

Returns:

  • (::Time)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def completion_date
  @completion_date
end

#composite_member_identifier::String

Returns the value of attribute composite_member_identifier.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def composite_member_identifier
  @composite_member_identifier
end

#created_byTypes::RecoveryPointCreator

Returns the value of attribute created_by.



1766
1767
1768
# File 'sig/types.rbs', line 1766

def created_by
  @created_by
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

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


1786
1787
1788
# File 'sig/types.rbs', line 1786

def encryption_key_type
  @encryption_key_type
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def iam_role_arn
  @iam_role_arn
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

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


1784
1785
1786
# File 'sig/types.rbs', line 1784

def index_status
  @index_status
end

#index_status_message::String

Returns the value of attribute index_status_message.

Returns:

  • (::String)


1785
1786
1787
# File 'sig/types.rbs', line 1785

def index_status_message
  @index_status_message
end

#initiation_date::Time

Returns the value of attribute initiation_date.

Returns:

  • (::Time)


1771
1772
1773
# File 'sig/types.rbs', line 1771

def initiation_date
  @initiation_date
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def is_encrypted
  @is_encrypted
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def is_parent
  @is_parent
end

#last_restore_time::Time

Returns the value of attribute last_restore_time.

Returns:

  • (::Time)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def last_restore_time
  @last_restore_time
end

#lifecycleTypes::Lifecycle

Returns the value of attribute lifecycle.

Returns:



1775
1776
1777
# File 'sig/types.rbs', line 1775

def lifecycle
  @lifecycle
end

#parent_recovery_point_arn::String

Returns the value of attribute parent_recovery_point_arn.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def parent_recovery_point_arn
  @parent_recovery_point_arn
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def resource_arn
  @resource_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def resource_name
  @resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def resource_type
  @resource_type
end

#source_backup_vault_arn::String

Returns the value of attribute source_backup_vault_arn.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

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


1768
1769
1770
# File 'sig/types.rbs', line 1768

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def status_message
  @status_message
end

#vault_type"BACKUP_VAULT", ...

Returns the value of attribute vault_type.

Returns:

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


1783
1784
1785
# File 'sig/types.rbs', line 1783

def vault_type
  @vault_type
end