UpdateAppRequest

public struct UpdateAppRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the application.

    Declaration

    Swift

    public let appId: String?
  • The new description of the application.

    Declaration

    Swift

    public let description: String?
  • The new name of the application.

    Declaration

    Swift

    public let name: String?
  • The name of the service role in the customer’s account used by AWS SMS.

    Declaration

    Swift

    public let roleName: String?
  • The server groups in the application to update.

    Declaration

    Swift

    public let serverGroups: [ServerGroup]?
  • The tags to associate with the application.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(appId: String? = nil, description: String? = nil, name: String? = nil, roleName: String? = nil, serverGroups: [ServerGroup]? = nil, tags: [Tag]? = nil)