You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::SnapshotInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

Returns:

  • (String)

    Description specified by the CreateSnapshotRequest that has been applied to all snapshots.

#encryptedBoolean

Indicates whether the snapshot is encrypted.

Returns:

  • (Boolean)

    Indicates whether the snapshot is encrypted.

#owner_idString

Account id used when creating this snapshot.

Returns:

  • (String)

    Account id used when creating this snapshot.

#progressString

Progress this snapshot has made towards completing.

Returns:

  • (String)

    Progress this snapshot has made towards completing.

#snapshot_idString

Snapshot id that can be used to describe this snapshot.

Returns:

  • (String)

    Snapshot id that can be used to describe this snapshot.

#start_timeTime

Time this snapshot was started. This is the same for all snapshots initiated by the same request.

Returns:

  • (Time)

    Time this snapshot was started.

#stateString

Current state of the snapshot.

Possible values:

  • pending
  • completed
  • error

Returns:

  • (String)

    Current state of the snapshot.

#tagsArray<Types::Tag>

Tags associated with this snapshot.

Returns:

  • (Array<Types::Tag>)

    Tags associated with this snapshot.

#volume_idString

Source volume from which this snapshot was created.

Returns:

  • (String)

    Source volume from which this snapshot was created.

#volume_sizeInteger

Size of the volume from which this snapshot was created.

Returns:

  • (Integer)

    Size of the volume from which this snapshot was created.