UpdateDataSourceResponse

public struct UpdateDataSourceResponse : 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 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?
  • The update status of the data source’s last update.

    Declaration

    Swift

    public let updateStatus: ResourceStatus?
  • Undocumented

    Declaration

    Swift

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