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)


17839
17840
17841
# File 'sig/types.rbs', line 17839

def availability_zone
  @availability_zone
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17827
17828
17829
# File 'sig/types.rbs', line 17827

def description
  @description
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


17829
17830
17831
# File 'sig/types.rbs', line 17829

def encrypted
  @encrypted
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


17837
17838
17839
# File 'sig/types.rbs', line 17837

def outpost_arn
  @outpost_arn
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17835
17836
17837
# File 'sig/types.rbs', line 17835

def owner_id
  @owner_id
end

#progress::String

Returns the value of attribute progress.

Returns:

  • (::String)


17834
17835
17836
# File 'sig/types.rbs', line 17834

def progress
  @progress
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


17836
17837
17838
# File 'sig/types.rbs', line 17836

def snapshot_id
  @snapshot_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


17838
17839
17840
# File 'sig/types.rbs', line 17838

def sse_type
  @sse_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


17833
17834
17835
# File 'sig/types.rbs', line 17833

def start_time
  @start_time
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


17831
17832
17833
# File 'sig/types.rbs', line 17831

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17828
17829
17830
# File 'sig/types.rbs', line 17828

def tags
  @tags
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


17830
17831
17832
# File 'sig/types.rbs', line 17830

def volume_id
  @volume_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


17832
17833
17834
# File 'sig/types.rbs', line 17832

def volume_size
  @volume_size
end