MetadataEntry

public struct MetadataEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the Object.

    Declaration

    Swift

    public let name: String?
  • Value of the Object.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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