Class: Aws::Types::SnapshotInfo

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)


17479
17480
17481
# File 'sig/types.rbs', line 17479

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17467
17468
17469
# File 'sig/types.rbs', line 17467

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17469
17470
17471
# File 'sig/types.rbs', line 17469

def encrypted
  @encrypted
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17477
17478
17479
# File 'sig/types.rbs', line 17477

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17475
17476
17477
# File 'sig/types.rbs', line 17475

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17474
17475
17476
# File 'sig/types.rbs', line 17474

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17476
17477
17478
# File 'sig/types.rbs', line 17476

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


17478
17479
17480
# File 'sig/types.rbs', line 17478

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17473
17474
17475
# File 'sig/types.rbs', line 17473

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17471
17472
17473
# File 'sig/types.rbs', line 17471

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17468
17469
17470
# File 'sig/types.rbs', line 17468

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17470
17471
17472
# File 'sig/types.rbs', line 17470

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17472
17473
17474
# File 'sig/types.rbs', line 17472

def volume_size
  @volume_size
end