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)


17424
17425
17426
# File 'sig/types.rbs', line 17424

def availability_zone
  @availability_zone
end

#completion_duration_minutes::Integer

Returns the value of attribute completion_duration_minutes.

Returns:

  • (::Integer)


17426
17427
17428
# File 'sig/types.rbs', line 17426

def completion_duration_minutes
  @completion_duration_minutes
end

#completion_time::Time

Returns the value of attribute completion_time.

Returns:

  • (::Time)


17427
17428
17429
# File 'sig/types.rbs', line 17427

def completion_time
  @completion_time
end

#data_encryption_key_id::String

Returns the value of attribute data_encryption_key_id.

Returns:

  • (::String)


17440
17441
17442
# File 'sig/types.rbs', line 17440

def data_encryption_key_id
  @data_encryption_key_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17436
17437
17438
# File 'sig/types.rbs', line 17436

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17438
17439
17440
# File 'sig/types.rbs', line 17438

def encrypted
  @encrypted
end

#full_snapshot_size_in_bytes::Integer

Returns the value of attribute full_snapshot_size_in_bytes.

Returns:

  • (::Integer)


17428
17429
17430
# File 'sig/types.rbs', line 17428

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)


17439
17440
17441
# File 'sig/types.rbs', line 17439

def kms_key_id
  @kms_key_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17419
17420
17421
# File 'sig/types.rbs', line 17419

def outpost_arn
  @outpost_arn
end

#owner_alias::String

Returns the value of attribute owner_alias.

Returns:

  • (::String)


17418
17419
17420
# File 'sig/types.rbs', line 17418

def owner_alias
  @owner_alias
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17435
17436
17437
# File 'sig/types.rbs', line 17435

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17434
17435
17436
# File 'sig/types.rbs', line 17434

def progress
  @progress
end

#restore_expiry_time::Time

Returns the value of attribute restore_expiry_time.

Returns:

  • (::Time)


17422
17423
17424
# File 'sig/types.rbs', line 17422

def restore_expiry_time
  @restore_expiry_time
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17429
17430
17431
# File 'sig/types.rbs', line 17429

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


17423
17424
17425
# File 'sig/types.rbs', line 17423

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17433
17434
17435
# File 'sig/types.rbs', line 17433

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17431
17432
17433
# File 'sig/types.rbs', line 17431

def state
  @state
end

#state_message::String

Returns the value of attribute state_message.

Returns:

  • (::String)


17432
17433
17434
# File 'sig/types.rbs', line 17432

def state_message
  @state_message
end

#storage_tier"archive", "standard"

Returns the value of attribute storage_tier.

Returns:

  • ("archive", "standard")


17421
17422
17423
# File 'sig/types.rbs', line 17421

def storage_tier
  @storage_tier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17420
17421
17422
# File 'sig/types.rbs', line 17420

def tags
  @tags
end

#transfer_type"time-based", "standard"

Returns the value of attribute transfer_type.

Returns:

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


17425
17426
17427
# File 'sig/types.rbs', line 17425

def transfer_type
  @transfer_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17430
17431
17432
# File 'sig/types.rbs', line 17430

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17437
17438
17439
# File 'sig/types.rbs', line 17437

def volume_size
  @volume_size
end