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)


16952
16953
16954
# File 'sig/types.rbs', line 16952

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


16953
16954
16955
# File 'sig/types.rbs', line 16953

def encrypted
  @encrypted
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


16951
16952
16953
# File 'sig/types.rbs', line 16951

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


16954
16955
16956
# File 'sig/types.rbs', line 16954

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


16955
16956
16957
# File 'sig/types.rbs', line 16955

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


16950
16951
16952
# File 'sig/types.rbs', line 16950

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


16960
16961
16962
# File 'sig/types.rbs', line 16960

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


16956
16957
16958
# File 'sig/types.rbs', line 16956

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


16957
16958
16959
# File 'sig/types.rbs', line 16957

def state
  @state
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


16958
16959
16960
# File 'sig/types.rbs', line 16958

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


16959
16960
16961
# File 'sig/types.rbs', line 16959

def volume_size
  @volume_size
end