Class: Aws::Types::RecoveryPointByResource

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.



1806
1807
1808
# File 'sig/types.rbs', line 1806

def aggregated_scan_result
  @aggregated_scan_result
end

#backup_size_bytes::Integer

Returns the value of attribute backup_size_bytes.

Returns:

  • (::Integer)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def backup_size_bytes
  @backup_size_bytes
end

#backup_vault_name::String

Returns the value of attribute backup_vault_name.

Returns:

  • (::String)


1798
1799
1800
# File 'sig/types.rbs', line 1798

def backup_vault_name
  @backup_vault_name
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def creation_date
  @creation_date
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

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


1805
1806
1807
# File 'sig/types.rbs', line 1805

def encryption_key_type
  @encryption_key_type
end

#index_status"PENDING", ...

Returns the value of attribute index_status.

Returns:

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


1803
1804
1805
# File 'sig/types.rbs', line 1803

def index_status
  @index_status
end

#index_status_message::String

Returns the value of attribute index_status_message.

Returns:

  • (::String)


1804
1805
1806
# File 'sig/types.rbs', line 1804

def index_status_message
  @index_status_message
end

#is_parentBoolean

Returns the value of attribute is_parent.

Returns:

  • (Boolean)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def is_parent
  @is_parent
end

#parent_recovery_point_arn::String

Returns the value of attribute parent_recovery_point_arn.

Returns:

  • (::String)


1800
1801
1802
# File 'sig/types.rbs', line 1800

def parent_recovery_point_arn
  @parent_recovery_point_arn
end

#recovery_point_arn::String

Returns the value of attribute recovery_point_arn.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def recovery_point_arn
  @recovery_point_arn
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def resource_name
  @resource_name
end

#status"COMPLETED", ...

Returns the value of attribute status.

Returns:

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


1794
1795
1796
# File 'sig/types.rbs', line 1794

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

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


1802
1803
1804
# File 'sig/types.rbs', line 1802

def vault_type
  @vault_type
end