Class: Aws::DataExchange::Types::ExportAssetToSignedUrlResponseDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

The details of the export to signed URL response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The unique identifier for the asset associated with this export job.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1029

class ExportAssetToSignedUrlResponseDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for the data set associated with this export job.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1029

class ExportAssetToSignedUrlResponseDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The unique identifier for the revision associated with this export response.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1029

class ExportAssetToSignedUrlResponseDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#signed_urlString

The signed URL for the export request.

Returns:

  • (String)


1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1029

class ExportAssetToSignedUrlResponseDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#signed_url_expires_atTime

The date and time that the signed URL expires, in ISO 8601 format.

Returns:

  • (Time)


1029
1030
1031
1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1029

class ExportAssetToSignedUrlResponseDetails < Struct.new(
  :asset_id,
  :data_set_id,
  :revision_id,
  :signed_url,
  :signed_url_expires_at)
  SENSITIVE = []
  include Aws::Structure
end