Class: Aws::Types::Snapshot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts_with_provisioned_restore_access::Array[::String]

Returns the value of attribute accounts_with_provisioned_restore_access.

Returns:

  • (::Array[::String])


915
916
917
# File 'sig/types.rbs', line 915

def accounts_with_provisioned_restore_access
  @accounts_with_provisioned_restore_access
end

#accounts_with_restore_access::Array[::String]

Returns the value of attribute accounts_with_restore_access.

Returns:

  • (::Array[::String])


916
917
918
# File 'sig/types.rbs', line 916

def accounts_with_restore_access
  @accounts_with_restore_access
end

#actual_incremental_backup_size_in_mega_bytes::Float

Returns the value of attribute actual_incremental_backup_size_in_mega_bytes.

Returns:

  • (::Float)


917
918
919
# File 'sig/types.rbs', line 917

def actual_incremental_backup_size_in_mega_bytes
  @actual_incremental_backup_size_in_mega_bytes
end

#admin_password_secret_arn::String

Returns the value of attribute admin_password_secret_arn.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def admin_password_secret_arn
  @admin_password_secret_arn
end

#admin_password_secret_kms_key_id::String

Returns the value of attribute admin_password_secret_kms_key_id.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def admin_password_secret_kms_key_id
  @admin_password_secret_kms_key_id
end

#admin_username::String

Returns the value of attribute admin_username.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def admin_username
  @admin_username
end

#backup_progress_in_mega_bytes::Float

Returns the value of attribute backup_progress_in_mega_bytes.

Returns:

  • (::Float)


921
922
923
# File 'sig/types.rbs', line 921

def backup_progress_in_mega_bytes
  @backup_progress_in_mega_bytes
end

#current_backup_rate_in_mega_bytes_per_second::Float

Returns the value of attribute current_backup_rate_in_mega_bytes_per_second.

Returns:

  • (::Float)


922
923
924
# File 'sig/types.rbs', line 922

def current_backup_rate_in_mega_bytes_per_second
  @current_backup_rate_in_mega_bytes_per_second
end

#elapsed_time_in_seconds::Integer

Returns the value of attribute elapsed_time_in_seconds.

Returns:

  • (::Integer)


923
924
925
# File 'sig/types.rbs', line 923

def elapsed_time_in_seconds
  @elapsed_time_in_seconds
end

#estimated_seconds_to_completion::Integer

Returns the value of attribute estimated_seconds_to_completion.

Returns:

  • (::Integer)


924
925
926
# File 'sig/types.rbs', line 924

def estimated_seconds_to_completion
  @estimated_seconds_to_completion
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def kms_key_id
  @kms_key_id
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


927
928
929
# File 'sig/types.rbs', line 927

def namespace_name
  @namespace_name
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


928
929
930
# File 'sig/types.rbs', line 928

def 
  @owner_account
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


929
930
931
# File 'sig/types.rbs', line 929

def snapshot_arn
  @snapshot_arn
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


930
931
932
# File 'sig/types.rbs', line 930

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def snapshot_name
  @snapshot_name
end

#snapshot_remaining_days::Integer

Returns the value of attribute snapshot_remaining_days.

Returns:

  • (::Integer)


932
933
934
# File 'sig/types.rbs', line 932

def snapshot_remaining_days
  @snapshot_remaining_days
end

#snapshot_retention_period::Integer

Returns the value of attribute snapshot_retention_period.

Returns:

  • (::Integer)


933
934
935
# File 'sig/types.rbs', line 933

def snapshot_retention_period
  @snapshot_retention_period
end

#snapshot_retention_start_time::Time

Returns the value of attribute snapshot_retention_start_time.

Returns:

  • (::Time)


934
935
936
# File 'sig/types.rbs', line 934

def snapshot_retention_start_time
  @snapshot_retention_start_time
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "CREATING", "DELETED", "CANCELLED", "FAILED", "COPYING")


935
936
937
# File 'sig/types.rbs', line 935

def status
  @status
end

#total_backup_size_in_mega_bytes::Float

Returns the value of attribute total_backup_size_in_mega_bytes.

Returns:

  • (::Float)


936
937
938
# File 'sig/types.rbs', line 936

def total_backup_size_in_mega_bytes
  @total_backup_size_in_mega_bytes
end