Class: Aws::Types::AwsBackupRecoveryPointDetails

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)


766
767
768
# File 'sig/types.rbs', line 766

def backup_size_in_bytes
  @backup_size_in_bytes
end

#backup_vault_arn::String

Returns the value of attribute backup_vault_arn.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def backup_vault_arn
  @backup_vault_arn
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def backup_vault_name
  @backup_vault_name
end

#calculated_lifecycleTypes::AwsBackupRecoveryPointCalculatedLifecycleDetails

Returns the value of attribute calculated_lifecycle.



769
770
771
# File 'sig/types.rbs', line 769

def calculated_lifecycle
  @calculated_lifecycle
end

#completion_date::String

Returns the value of attribute completion_date.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def completion_date
  @completion_date
end

#created_byTypes::AwsBackupRecoveryPointCreatedByDetails

Returns the value of attribute created_by.



771
772
773
# File 'sig/types.rbs', line 771

def created_by
  @created_by
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def encryption_key_arn
  @encryption_key_arn
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def iam_role_arn
  @iam_role_arn
end

#is_encryptedBoolean

Returns the value of attribute is_encrypted.

Returns:

  • (Boolean)


775
776
777
# File 'sig/types.rbs', line 775

def is_encrypted
  @is_encrypted
end

#last_restore_time::String

Returns the value of attribute last_restore_time.

Returns:

  • (::String)


776
777
778
# File 'sig/types.rbs', line 776

def last_restore_time
  @last_restore_time
end

#lifecycleTypes::AwsBackupRecoveryPointLifecycleDetails

Returns the value of attribute lifecycle.



777
778
779
# File 'sig/types.rbs', line 777

def lifecycle
  @lifecycle
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def recovery_point_arn
  @recovery_point_arn
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


779
780
781
# File 'sig/types.rbs', line 779

def resource_arn
  @resource_arn
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def resource_type
  @resource_type
end

#source_backup_vault_arn::String

Returns the value of attribute source_backup_vault_arn.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def source_backup_vault_arn
  @source_backup_vault_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def status_message
  @status_message
end

#storage_class::String

Returns the value of attribute storage_class.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def storage_class
  @storage_class
end