Class: Aws::RedshiftServerless::Types::Snapshot

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#accounts_with_provisioned_restore_accessArray<String>

All of the Amazon Web Services accounts that have access to restore a snapshot to a provisioned cluster.

Returns:

  • (Array<String>)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_accessArray<String>

All of the Amazon Web Services accounts that have access to restore a snapshot to a namespace.

Returns:

  • (Array<String>)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_bytesFloat

The size of the incremental backup in megabytes.

Returns:

  • (Float)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_arnString

The Amazon Resource Name (ARN) for the namespace's admin user credentials secret.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_idString

The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_usernameString

The username of the database within a snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_bytesFloat

The size in megabytes of the data that has been backed up to a snapshot.

Returns:

  • (Float)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_secondFloat

The rate at which data is backed up into a snapshot in megabytes per second.

Returns:

  • (Float)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_secondsInteger

The amount of time it took to back up data into a snapshot.

Returns:

  • (Integer)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_completionInteger

The estimated amount of seconds until the snapshot completes backup.

Returns:

  • (Integer)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_idString

The unique identifier of the KMS key used to encrypt the snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_arnString

The Amazon Resource Name (ARN) of the namespace the snapshot was created from.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_nameString

The name of the namepsace.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_accountString

The owner Amazon Web Services; account of the snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_arnString

The Amazon Resource Name (ARN) of the snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_timeTime

The timestamp of when the snapshot was created.

Returns:

  • (Time)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_nameString

The name of the snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_daysInteger

The amount of days until the snapshot is deleted.

Returns:

  • (Integer)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_periodInteger

The period of time, in days, of how long the snapshot is retained.

Returns:

  • (Integer)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_timeTime

The timestamp of when data within the snapshot started getting retained.

Returns:

  • (Time)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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

#statusString

The status of the snapshot.

Returns:

  • (String)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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_bytesFloat

The total size, in megabytes, of how big the snapshot is.

Returns:

  • (Float)


2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2734

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