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)


17763
17764
17765
# File 'sig/types.rbs', line 17763

def availability_zone
  @availability_zone
end

#completion_duration_minutes::Integer

Returns the value of attribute completion_duration_minutes.

Returns:

  • (::Integer)


17765
17766
17767
# File 'sig/types.rbs', line 17765

def completion_duration_minutes
  @completion_duration_minutes
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


17766
17767
17768
# File 'sig/types.rbs', line 17766

def completion_time
  @completion_time
end

#data_encryption_key_id::String

Returns the value of attribute data_encryption_key_id.

Returns:

  • (::String)


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

def data_encryption_key_id
  @data_encryption_key_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17775
17776
17777
# File 'sig/types.rbs', line 17775

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


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

def encrypted
  @encrypted
end

#full_snapshot_size_in_bytes::Integer

Returns the value of attribute full_snapshot_size_in_bytes.

Returns:

  • (::Integer)


17767
17768
17769
# File 'sig/types.rbs', line 17767

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)


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

def kms_key_id
  @kms_key_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17758
17759
17760
# File 'sig/types.rbs', line 17758

def outpost_arn
  @outpost_arn
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


17757
17758
17759
# File 'sig/types.rbs', line 17757

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17774
17775
17776
# File 'sig/types.rbs', line 17774

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17773
17774
17775
# File 'sig/types.rbs', line 17773

def progress
  @progress
end

#restore_expiry_time::Time

Returns the value of attribute restore_expiry_time.

Returns:

  • (::Time)


17761
17762
17763
# File 'sig/types.rbs', line 17761

def restore_expiry_time
  @restore_expiry_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17768
17769
17770
# File 'sig/types.rbs', line 17768

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


17762
17763
17764
# File 'sig/types.rbs', line 17762

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17772
17773
17774
# File 'sig/types.rbs', line 17772

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17770
17771
17772
# File 'sig/types.rbs', line 17770

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


17771
17772
17773
# File 'sig/types.rbs', line 17771

def state_message
  @state_message
end

#storage_tier"archive", "standard"

Returns the value of attribute storage_tier.

Returns:

  • ("archive", "standard")


17760
17761
17762
# File 'sig/types.rbs', line 17760

def storage_tier
  @storage_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17759
17760
17761
# File 'sig/types.rbs', line 17759

def tags
  @tags
end

#transfer_type"time-based", "standard"

Returns the value of attribute transfer_type.

Returns:

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


17764
17765
17766
# File 'sig/types.rbs', line 17764

def transfer_type
  @transfer_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17769
17770
17771
# File 'sig/types.rbs', line 17769

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17776
17777
17778
# File 'sig/types.rbs', line 17776

def volume_size
  @volume_size
end