CreateVpcEndpointServiceConfigurationResult
public struct CreateVpcEndpointServiceConfigurationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String?
-
Information about the service configuration.
Declaration
Swift
public let serviceConfiguration: ServiceConfiguration?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, serviceConfiguration: ServiceConfiguration? = nil)