DeleteInfrastructureConfigurationResponse
public struct DeleteInfrastructureConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the infrastructure configuration that was deleted.
Declaration
Swift
public let infrastructureConfigurationArn: String? -
The request ID that uniquely identifies this request.
Declaration
Swift
public let requestId: String? -
Undocumented
Declaration
Swift
public init(infrastructureConfigurationArn: String? = nil, requestId: String? = nil)
View on GitHub
DeleteInfrastructureConfigurationResponse Structure Reference