PropertyGroup

public struct PropertyGroup : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes the key of an application execution property key-value pair.

    Declaration

    Swift

    public let propertyGroupId: String
  • Describes the value of an application execution property key-value pair.

    Declaration

    Swift

    public let propertyMap: [String : String]
  • Undocumented

    Declaration

    Swift

    public init(propertyGroupId: String, propertyMap: [String : String])
  • Declaration

    Swift

    public func validate(name: String) throws