UsageInstruction

public struct UsageInstruction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The usage instruction type for the value.

    Declaration

    Swift

    public let type: String?
  • The usage instruction value for this type.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(type: String? = nil, value: String? = nil)