KeyValuePair

public struct KeyValuePair : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the key-value pair. For environment variables, this is the name of the environment variable.

    Declaration

    Swift

    public let name: String?
  • The value of the key-value pair. For environment variables, this is the value of the environment variable.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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