CreateDataSourceResponse

public struct CreateDataSourceResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the data source.

    Declaration

    Swift

    public let arn: String?
  • The status of creating the data source.

    Declaration

    Swift

    public let creationStatus: ResourceStatus?
  • The ID of the data source. This ID is unique per AWS Region for each AWS account.

    Declaration

    Swift

    public let dataSourceId: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, dataSourceId: String? = nil, requestId: String? = nil, status: Int? = nil)