Output

public struct Output : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • User defined description associated with the output.

    Declaration

    Swift

    public let description: String?
  • The name of the export associated with the output.

    Declaration

    Swift

    public let exportName: String?
  • The key associated with the output.

    Declaration

    Swift

    public let outputKey: String?
  • The value associated with the output.

    Declaration

    Swift

    public let outputValue: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, exportName: String? = nil, outputKey: String? = nil, outputValue: String? = nil)