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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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.
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2789 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 |