Module: Aws::EBS::Client::_StartSnapshotResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#block_size::Integer

Returns:

  • (::Integer)


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

def block_size: () -> ::Integer

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#kms_key_arn::String

Returns:

  • (::String)


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

def kms_key_arn: () -> ::String

#owner_id::String

Returns:

  • (::String)


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

def owner_id: () -> ::String

#parent_snapshot_id::String

Returns:

  • (::String)


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

def parent_snapshot_id: () -> ::String

#snapshot_id::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


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

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

#start_time::Time

Returns:

  • (::Time)


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

def start_time: () -> ::Time

#status"completed", ...

Returns:

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


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

def status: () -> ("completed" | "pending" | "error")

#tags::Array[Types::Tag]

Returns:



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

def tags: () -> ::Array[Types::Tag]

#volume_size::Integer

Returns:

  • (::Integer)


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

def volume_size: () -> ::Integer