ParameterValue

public struct ParameterValue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The key associated with the parameter. If you don’t specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

    Declaration

    Swift

    public let name: String
  • The input value associated with the parameter.

    Declaration

    Swift

    public let value: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, value: String)