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


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

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


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

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)


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

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)


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

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)


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

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)


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

def admin_username
  @admin_username
end

#backup_progress_in_mega_bytes::Float

Returns the value of attribute backup_progress_in_mega_bytes.

Returns:

  • (::Float)


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

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)


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

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)


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

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)


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

def estimated_seconds_to_completion
  @estimated_seconds_to_completion
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


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

def kms_key_id
  @kms_key_id
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


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

def namespace_arn
  @namespace_arn
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


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

def namespace_name
  @namespace_name
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def 
  @owner_account
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def snapshot_arn
  @snapshot_arn
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


940
941
942
# File 'sig/types.rbs', line 940

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_name::String

Returns the value of attribute snapshot_name.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def snapshot_name
  @snapshot_name
end

#snapshot_remaining_days::Integer

Returns the value of attribute snapshot_remaining_days.

Returns:

  • (::Integer)


942
943
944
# File 'sig/types.rbs', line 942

def snapshot_remaining_days
  @snapshot_remaining_days
end

#snapshot_retention_period::Integer

Returns the value of attribute snapshot_retention_period.

Returns:

  • (::Integer)


943
944
945
# File 'sig/types.rbs', line 943

def snapshot_retention_period
  @snapshot_retention_period
end

#snapshot_retention_start_time::Time

Returns the value of attribute snapshot_retention_start_time.

Returns:

  • (::Time)


944
945
946
# File 'sig/types.rbs', line 944

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


945
946
947
# File 'sig/types.rbs', line 945

def status
  @status
end

#total_backup_size_in_mega_bytes::Float

Returns the value of attribute total_backup_size_in_mega_bytes.

Returns:

  • (::Float)


946
947
948
# File 'sig/types.rbs', line 946

def total_backup_size_in_mega_bytes
  @total_backup_size_in_mega_bytes
end