UpdateApplicationRequest

public struct UpdateApplicationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Configuration ID of the application to be updated.

    Declaration

    Swift

    public let configurationId: String
  • New description of the application to be updated.

    Declaration

    Swift

    public let description: String?
  • New name of the application to be updated.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(configurationId: String, description: String? = nil, name: String? = nil)