Class: Aws::Types::SnapshotTierStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#archival_complete_time::Time

Returns the value of attribute archival_complete_time.

Returns:

  • (::Time)


17518
17519
17520
# File 'sig/types.rbs', line 17518

def archival_complete_time
  @archival_complete_time
end

#last_tiering_operation_status"archival-in-progress", ...

Returns the value of attribute last_tiering_operation_status.

Returns:

  • ("archival-in-progress", "archival-completed", "archival-failed", "temporary-restore-in-progress", "temporary-restore-completed", "temporary-restore-failed", "permanent-restore-in-progress", "permanent-restore-completed", "permanent-restore-failed")


17516
17517
17518
# File 'sig/types.rbs', line 17516

def last_tiering_operation_status
  @last_tiering_operation_status
end

#last_tiering_operation_status_detail::String

Returns the value of attribute last_tiering_operation_status_detail.

Returns:

  • (::String)


17517
17518
17519
# File 'sig/types.rbs', line 17517

def last_tiering_operation_status_detail
  @last_tiering_operation_status_detail
end

#last_tiering_progress::Integer

Returns the value of attribute last_tiering_progress.

Returns:

  • (::Integer)


17515
17516
17517
# File 'sig/types.rbs', line 17515

def last_tiering_progress
  @last_tiering_progress
end

#last_tiering_start_time::Time

Returns the value of attribute last_tiering_start_time.

Returns:

  • (::Time)


17514
17515
17516
# File 'sig/types.rbs', line 17514

def last_tiering_start_time
  @last_tiering_start_time
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17511
17512
17513
# File 'sig/types.rbs', line 17511

def owner_id
  @owner_id
end

#restore_expiry_time::Time

Returns the value of attribute restore_expiry_time.

Returns:

  • (::Time)


17519
17520
17521
# File 'sig/types.rbs', line 17519

def restore_expiry_time
  @restore_expiry_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17508
17509
17510
# File 'sig/types.rbs', line 17508

def snapshot_id
  @snapshot_id
end

#status"pending", ...

Returns the value of attribute status.

Returns:

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


17510
17511
17512
# File 'sig/types.rbs', line 17510

def status
  @status
end

#storage_tier"archive", "standard"

Returns the value of attribute storage_tier.

Returns:

  • ("archive", "standard")


17513
17514
17515
# File 'sig/types.rbs', line 17513

def storage_tier
  @storage_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17512
17513
17514
# File 'sig/types.rbs', line 17512

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17509
17510
17511
# File 'sig/types.rbs', line 17509

def volume_id
  @volume_id
end