InstanceSpecification

public struct InstanceSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Excludes the root volume from being snapshotted.

    Declaration

    Swift

    public let excludeBootVolume: Bool?
  • The instance to specify which volumes should be snapshotted.

    Declaration

    Swift

    public let instanceId: String?
  • Undocumented

    Declaration

    Swift

    public init(excludeBootVolume: Bool? = nil, instanceId: String? = nil)