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

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17784
17785
17786
# File 'sig/types.rbs', line 17784

def availability_zone
  @availability_zone
end

#completion_duration_minutes::Integer

Returns the value of attribute completion_duration_minutes.

Returns:

  • (::Integer)


17786
17787
17788
# File 'sig/types.rbs', line 17786

def completion_duration_minutes
  @completion_duration_minutes
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


17787
17788
17789
# File 'sig/types.rbs', line 17787

def completion_time
  @completion_time
end

#data_encryption_key_id::String

Returns the value of attribute data_encryption_key_id.

Returns:

  • (::String)


17800
17801
17802
# File 'sig/types.rbs', line 17800

def data_encryption_key_id
  @data_encryption_key_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17796
17797
17798
# File 'sig/types.rbs', line 17796

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17798
17799
17800
# File 'sig/types.rbs', line 17798

def encrypted
  @encrypted
end

#full_snapshot_size_in_bytes::Integer

Returns the value of attribute full_snapshot_size_in_bytes.

Returns:

  • (::Integer)


17788
17789
17790
# File 'sig/types.rbs', line 17788

def full_snapshot_size_in_bytes
  @full_snapshot_size_in_bytes
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


17799
17800
17801
# File 'sig/types.rbs', line 17799

def kms_key_id
  @kms_key_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17779
17780
17781
# File 'sig/types.rbs', line 17779

def outpost_arn
  @outpost_arn
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


17778
17779
17780
# File 'sig/types.rbs', line 17778

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17795
17796
17797
# File 'sig/types.rbs', line 17795

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17794
17795
17796
# File 'sig/types.rbs', line 17794

def progress
  @progress
end

#restore_expiry_time::Time

Returns the value of attribute restore_expiry_time.

Returns:

  • (::Time)


17782
17783
17784
# File 'sig/types.rbs', line 17782

def restore_expiry_time
  @restore_expiry_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17789
17790
17791
# File 'sig/types.rbs', line 17789

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

  • ("sse-ebs", "sse-kms", "none")


17783
17784
17785
# File 'sig/types.rbs', line 17783

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17793
17794
17795
# File 'sig/types.rbs', line 17793

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "completed", "error", "recoverable", "recovering")


17791
17792
17793
# File 'sig/types.rbs', line 17791

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


17792
17793
17794
# File 'sig/types.rbs', line 17792

def state_message
  @state_message
end

#storage_tier"archive", "standard"

Returns the value of attribute storage_tier.

Returns:

  • ("archive", "standard")


17781
17782
17783
# File 'sig/types.rbs', line 17781

def storage_tier
  @storage_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17780
17781
17782
# File 'sig/types.rbs', line 17780

def tags
  @tags
end

#transfer_type"time-based", "standard"

Returns the value of attribute transfer_type.

Returns:

  • ("time-based", "standard")


17785
17786
17787
# File 'sig/types.rbs', line 17785

def transfer_type
  @transfer_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17790
17791
17792
# File 'sig/types.rbs', line 17790

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17797
17798
17799
# File 'sig/types.rbs', line 17797

def volume_size
  @volume_size
end