Class: Aws::Types::SnapshotInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


17182
17183
17184
# File 'sig/types.rbs', line 17182

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17170
17171
17172
# File 'sig/types.rbs', line 17170

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17172
17173
17174
# File 'sig/types.rbs', line 17172

def encrypted
  @encrypted
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17180
17181
17182
# File 'sig/types.rbs', line 17180

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17178
17179
17180
# File 'sig/types.rbs', line 17178

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17177
17178
17179
# File 'sig/types.rbs', line 17177

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17179
17180
17181
# File 'sig/types.rbs', line 17179

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


17181
17182
17183
# File 'sig/types.rbs', line 17181

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17176
17177
17178
# File 'sig/types.rbs', line 17176

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17174
17175
17176
# File 'sig/types.rbs', line 17174

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17171
17172
17173
# File 'sig/types.rbs', line 17171

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17173
17174
17175
# File 'sig/types.rbs', line 17173

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17175
17176
17177
# File 'sig/types.rbs', line 17175

def volume_size
  @volume_size
end