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_restore_access::Array[Types::AccountWithRestoreAccess]

Returns the value of attribute accounts_with_restore_access.

Returns:



2863
2864
2865
# File 'sig/types.rbs', line 2863

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)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def actual_incremental_backup_size_in_mega_bytes
  @actual_incremental_backup_size_in_mega_bytes
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


2850
2851
2852
# File 'sig/types.rbs', line 2850

def availability_zone
  @availability_zone
end

#backup_progress_in_mega_bytes::Float

Returns the value of attribute backup_progress_in_mega_bytes.

Returns:

  • (::Float)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def backup_progress_in_mega_bytes
  @backup_progress_in_mega_bytes
end

#cluster_create_time::Time

Returns the value of attribute cluster_create_time.

Returns:

  • (::Time)


2851
2852
2853
# File 'sig/types.rbs', line 2851

def cluster_create_time
  @cluster_create_time
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2846
2847
2848
# File 'sig/types.rbs', line 2846

def cluster_identifier
  @cluster_identifier
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


2853
2854
2855
# File 'sig/types.rbs', line 2853

def cluster_version
  @cluster_version
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)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def current_backup_rate_in_mega_bytes_per_second
  @current_backup_rate_in_mega_bytes_per_second
end

#db_name::String

Returns the value of attribute db_name.

Returns:

  • (::String)


2858
2859
2860
# File 'sig/types.rbs', line 2858

def db_name
  @db_name
end

#elapsed_time_in_seconds::Integer

Returns the value of attribute elapsed_time_in_seconds.

Returns:

  • (::Integer)


2870
2871
2872
# File 'sig/types.rbs', line 2870

def elapsed_time_in_seconds
  @elapsed_time_in_seconds
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


2860
2861
2862
# File 'sig/types.rbs', line 2860

def encrypted
  @encrypted
end

#encrypted_with_hsmBoolean

Returns the value of attribute encrypted_with_hsm.

Returns:

  • (Boolean)


2862
2863
2864
# File 'sig/types.rbs', line 2862

def encrypted_with_hsm
  @encrypted_with_hsm
end

#engine_full_version::String

Returns the value of attribute engine_full_version.

Returns:

  • (::String)


2854
2855
2856
# File 'sig/types.rbs', line 2854

def engine_full_version
  @engine_full_version
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#estimated_seconds_to_completion::Integer

Returns the value of attribute estimated_seconds_to_completion.

Returns:

  • (::Integer)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def estimated_seconds_to_completion
  @estimated_seconds_to_completion
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2861
2862
2863
# File 'sig/types.rbs', line 2861

def kms_key_id
  @kms_key_id
end

#maintenance_track_name::String

Returns the value of attribute maintenance_track_name.

Returns:

  • (::String)


2875
2876
2877
# File 'sig/types.rbs', line 2875

def maintenance_track_name
  @maintenance_track_name
end

#manual_snapshot_remaining_days::Integer

Returns the value of attribute manual_snapshot_remaining_days.

Returns:

  • (::Integer)


2877
2878
2879
# File 'sig/types.rbs', line 2877

def manual_snapshot_remaining_days
  @manual_snapshot_remaining_days
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


2876
2877
2878
# File 'sig/types.rbs', line 2876

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#master_password_secret_arn::String

Returns the value of attribute master_password_secret_arn.

Returns:

  • (::String)


2879
2880
2881
# File 'sig/types.rbs', line 2879

def master_password_secret_arn
  @master_password_secret_arn
end

#master_password_secret_kms_key_id::String

Returns the value of attribute master_password_secret_kms_key_id.

Returns:

  • (::String)


2880
2881
2882
# File 'sig/types.rbs', line 2880

def master_password_secret_kms_key_id
  @master_password_secret_kms_key_id
end

#master_username::String

Returns the value of attribute master_username.

Returns:

  • (::String)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def master_username
  @master_username
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2856
2857
2858
# File 'sig/types.rbs', line 2856

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2857
2858
2859
# File 'sig/types.rbs', line 2857

def number_of_nodes
  @number_of_nodes
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def 
  @owner_account
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def port
  @port
end

#restorable_node_types::Array[::String]

Returns the value of attribute restorable_node_types.

Returns:

  • (::Array[::String])


2873
2874
2875
# File 'sig/types.rbs', line 2873

def restorable_node_types
  @restorable_node_types
end

#snapshot_arn::String

Returns the value of attribute snapshot_arn.

Returns:

  • (::String)


2881
2882
2883
# File 'sig/types.rbs', line 2881

def snapshot_arn
  @snapshot_arn
end

#snapshot_create_time::Time

Returns the value of attribute snapshot_create_time.

Returns:

  • (::Time)


2847
2848
2849
# File 'sig/types.rbs', line 2847

def snapshot_create_time
  @snapshot_create_time
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2845
2846
2847
# File 'sig/types.rbs', line 2845

def snapshot_identifier
  @snapshot_identifier
end

#snapshot_retention_start_time::Time

Returns the value of attribute snapshot_retention_start_time.

Returns:

  • (::Time)


2878
2879
2880
# File 'sig/types.rbs', line 2878

def snapshot_retention_start_time
  @snapshot_retention_start_time
end

#snapshot_type::String

Returns the value of attribute snapshot_type.

Returns:

  • (::String)


2855
2856
2857
# File 'sig/types.rbs', line 2855

def snapshot_type
  @snapshot_type
end

#source_region::String

Returns the value of attribute source_region.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def source_region
  @source_region
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


2848
2849
2850
# File 'sig/types.rbs', line 2848

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2872
2873
2874
# File 'sig/types.rbs', line 2872

def tags
  @tags
end

#total_backup_size_in_mega_bytes::Float

Returns the value of attribute total_backup_size_in_mega_bytes.

Returns:

  • (::Float)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def total_backup_size_in_mega_bytes
  @total_backup_size_in_mega_bytes
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2859
2860
2861
# File 'sig/types.rbs', line 2859

def vpc_id
  @vpc_id
end