ImportAppCatalogRequest

public struct ImportAppCatalogRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the service role. If you omit this parameter, we create a service-linked role for AWS Migration Hub in your account. Otherwise, the role that you provide must have the policy and trust policy described in the AWS Migration Hub User Guide.

    Declaration

    Swift

    public let roleName: String?
  • Undocumented

    Declaration

    Swift

    public init(roleName: String? = nil)