ListServiceActionsForProvisioningArtifactInput
public struct ListServiceActionsForProvisioningArtifactInput : AWSShape
extension ServiceCatalog.ListServiceActionsForProvisioningArtifactInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language code. en - English (default) jp - Japanese zh - Chinese
Declaration
Swift
public let acceptLanguage: String?
-
The maximum number of items to return with this call.
Declaration
Swift
public let pageSize: Int?
-
The page token for the next set of results. To retrieve the first set of results, use null.
Declaration
Swift
public let pageToken: String?
-
The product identifier. For example, prod-abcdzk7xy33qa.
Declaration
Swift
public let productId: String
-
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne.
Declaration
Swift
public let provisioningArtifactId: String
-
Undocumented
Declaration
Swift
public init(acceptLanguage: String? = nil, pageSize: Int? = nil, pageToken: String? = nil, productId: String, provisioningArtifactId: String)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ServiceCatalog.ListServiceActionsForProvisioningArtifactInput