ReplaceableAttribute

public struct ReplaceableAttribute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the replaceable attribute.

    Declaration

    Swift

    public let name: String
  • A flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair. The default setting is false.

    Declaration

    Swift

    public let replace: Bool?
  • The value of the replaceable attribute.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

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