Class: Aws::Types::ExportAssetToSignedUrlResponseDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id::String

Returns the value of attribute asset_id.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def asset_id
  @asset_id
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def data_set_id
  @data_set_id
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def revision_id
  @revision_id
end

#signed_url::String

Returns the value of attribute signed_url.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def signed_url
  @signed_url
end

#signed_url_expires_at::Time

Returns the value of attribute signed_url_expires_at.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def signed_url_expires_at
  @signed_url_expires_at
end