Class: Aws::Types::StartSnapshotResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:kms_key_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#block_size ⇒ ::Integer

Returns the value of attribute block_size.

Returns:

  • (::Integer)


163
164
165
# File 'sig/types.rbs', line 163

def block_size
  @block_size
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def description
  @description
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def kms_key_arn
  @kms_key_arn
end

#owner_id ⇒ ::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


159
160
161
# File 'sig/types.rbs', line 159

def owner_id
  @owner_id
end

#parent_snapshot_id ⇒ ::String

Returns the value of attribute parent_snapshot_id.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def parent_snapshot_id
  @parent_snapshot_id
end

#snapshot_id ⇒ ::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def snapshot_id
  @snapshot_id
end

#sse_type ⇒ "sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


167
168
169
# File 'sig/types.rbs', line 167

def sse_type
  @sse_type
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


161
162
163
# File 'sig/types.rbs', line 161

def start_time
  @start_time
end

#status ⇒ "completed", ...

Returns the value of attribute status.

Returns:

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


160
161
162
# File 'sig/types.rbs', line 160

def status
  @status
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



164
165
166
# File 'sig/types.rbs', line 164

def tags
  @tags
end

#volume_size ⇒ ::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def volume_size
  @volume_size
end