Class: Aws::RedshiftServerless::Types::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::Snapshot
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
A snapshot object that contains databases.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accounts_with_provisioned_restore_access ⇒ Array<String>
All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.
-
#accounts_with_restore_access ⇒ Array<String>
All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.
-
#actual_incremental_backup_size_in_mega_bytes ⇒ Float
The size of the incremental backup in megabytes.
-
#admin_password_secret_arn ⇒ String
The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
-
#admin_password_secret_kms_key_id ⇒ String
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
-
#admin_username ⇒ String
The username of the database within a snapshot.
-
#backup_progress_in_mega_bytes ⇒ Float
The size in megabytes of the data that has been backed up to a snapshot.
-
#current_backup_rate_in_mega_bytes_per_second ⇒ Float
The rate at which data is backed up into a snapshot in megabytes per second.
-
#elapsed_time_in_seconds ⇒ Integer
The amount of time it took to back up data into a snapshot.
-
#estimated_seconds_to_completion ⇒ Integer
The estimated amount of seconds until the snapshot completes backup.
-
#kms_key_id ⇒ String
The unique identifier of the KMS key used to encrypt the snapshot.
-
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
-
#namespace_name ⇒ String
The name of the namepsace.
-
#owner_account ⇒ String
The owner Amazon Web Services; account of the snapshot.
-
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot.
-
#snapshot_create_time ⇒ Time
The timestamp of when the snapshot was created.
-
#snapshot_name ⇒ String
The name of the snapshot.
-
#snapshot_remaining_days ⇒ Integer
The amount of days until the snapshot is deleted.
-
#snapshot_retention_period ⇒ Integer
The period of time, in days, of how long the snapshot is retained.
-
#snapshot_retention_start_time ⇒ Time
The timestamp of when data within the snapshot started getting retained.
-
#status ⇒ String
The status of the snapshot.
-
#total_backup_size_in_mega_bytes ⇒ Float
The total size, in megabytes, of how big the snapshot is.
Instance Attribute Details
#accounts_with_provisioned_restore_access ⇒ Array<String>
All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#accounts_with_restore_access ⇒ Array<String>
All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#actual_incremental_backup_size_in_mega_bytes ⇒ Float
The size of the incremental backup in megabytes.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#admin_password_secret_arn ⇒ String
The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#admin_password_secret_kms_key_id ⇒ String
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#admin_username ⇒ String
The username of the database within a snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#backup_progress_in_mega_bytes ⇒ Float
The size in megabytes of the data that has been backed up to a snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#current_backup_rate_in_mega_bytes_per_second ⇒ Float
The rate at which data is backed up into a snapshot in megabytes per second.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#elapsed_time_in_seconds ⇒ Integer
The amount of time it took to back up data into a snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#estimated_seconds_to_completion ⇒ Integer
The estimated amount of seconds until the snapshot completes backup.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The unique identifier of the KMS key used to encrypt the snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#namespace_arn ⇒ String
The Amazon Resource Name (ARN) of the namespace the snapshot was created from.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namepsace.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#owner_account ⇒ String
The owner Amazon Web Services; account of the snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_arn ⇒ String
The Amazon Resource Name (ARN) of the snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_create_time ⇒ Time
The timestamp of when the snapshot was created.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_name ⇒ String
The name of the snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_remaining_days ⇒ Integer
The amount of days until the snapshot is deleted.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_retention_period ⇒ Integer
The period of time, in days, of how long the snapshot is retained.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#snapshot_retention_start_time ⇒ Time
The timestamp of when data within the snapshot started getting retained.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the snapshot.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |
#total_backup_size_in_mega_bytes ⇒ Float
The total size, in megabytes, of how big the snapshot is.
2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2975 class Snapshot < Struct.new( :accounts_with_provisioned_restore_access, :accounts_with_restore_access, :actual_incremental_backup_size_in_mega_bytes, :admin_password_secret_arn, :admin_password_secret_kms_key_id, :admin_username, :backup_progress_in_mega_bytes, :current_backup_rate_in_mega_bytes_per_second, :elapsed_time_in_seconds, :estimated_seconds_to_completion, :kms_key_id, :namespace_arn, :namespace_name, :owner_account, :snapshot_arn, :snapshot_create_time, :snapshot_name, :snapshot_remaining_days, :snapshot_retention_period, :snapshot_retention_start_time, :status, :total_backup_size_in_mega_bytes) SENSITIVE = [] include Aws::Structure end |