Class: Aws::Types::RestoreSnapshotFromRecycleBinResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16973
16974
16975
# File 'sig/types.rbs', line 16973

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


16974
16975
16976
# File 'sig/types.rbs', line 16974

def encrypted
  @encrypted
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


16972
16973
16974
# File 'sig/types.rbs', line 16972

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16975
16976
16977
# File 'sig/types.rbs', line 16975

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


16976
16977
16978
# File 'sig/types.rbs', line 16976

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16971
16972
16973
# File 'sig/types.rbs', line 16971

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


16981
16982
16983
# File 'sig/types.rbs', line 16981

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


16977
16978
16979
# File 'sig/types.rbs', line 16977

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


16978
16979
16980
# File 'sig/types.rbs', line 16978

def state
  @state
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


16979
16980
16981
# File 'sig/types.rbs', line 16979

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


16980
16981
16982
# File 'sig/types.rbs', line 16980

def volume_size
  @volume_size
end