Module: Aws::EC2::Client::_RestoreSnapshotFromRecycleBinResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::RestoreSnapshotFromRecycleBinResult]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#description::String

Returns:

  • (::String)


13918
# File 'sig/client.rbs', line 13918

def description: () -> ::String

#encryptedBoolean

Returns:

  • (Boolean)


13919
# File 'sig/client.rbs', line 13919

def encrypted: () -> bool

#outpost_arn::String

Returns:

  • (::String)


13917
# File 'sig/client.rbs', line 13917

def outpost_arn: () -> ::String

#owner_id::String

Returns:

  • (::String)


13920
# File 'sig/client.rbs', line 13920

def owner_id: () -> ::String

#progress::String

Returns:

  • (::String)


13921
# File 'sig/client.rbs', line 13921

def progress: () -> ::String

#snapshot_id::String

Returns:

  • (::String)


13916
# File 'sig/client.rbs', line 13916

def snapshot_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


13926
# File 'sig/client.rbs', line 13926

def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")

#start_time::Time

Returns:

  • (::Time)


13922
# File 'sig/client.rbs', line 13922

def start_time: () -> ::Time

#state"pending", ...

Returns:

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


13923
# File 'sig/client.rbs', line 13923

def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")

#volume_id::String

Returns:

  • (::String)


13924
# File 'sig/client.rbs', line 13924

def volume_id: () -> ::String

#volume_size::Integer

Returns:

  • (::Integer)


13925
# File 'sig/client.rbs', line 13925

def volume_size: () -> ::Integer