DeleteEnvironmentConfigurationMessage

public struct DeleteEnvironmentConfigurationMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the application the environment is associated with.

    Declaration

    Swift

    public let applicationName: String
  • The name of the environment to delete the draft configuration from.

    Declaration

    Swift

    public let environmentName: String
  • Undocumented

    Declaration

    Swift

    public init(applicationName: String, environmentName: String)
  • Declaration

    Swift

    public func validate(name: String) throws