UpdateEnvironmentRequest

public struct UpdateEnvironmentRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Any new or replacement description for the environment.

    Declaration

    Swift

    public let description: String?
  • The ID of the environment to change settings.

    Declaration

    Swift

    public let environmentId: String
  • A replacement name for the environment.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, environmentId: String, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws