Class: Aws::Types::ImportAssetFromSignedUrlResponseDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


588
589
590
# File 'sig/types.rbs', line 588

def asset_name
  @asset_name
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


589
590
591
# File 'sig/types.rbs', line 589

def data_set_id
  @data_set_id
end

#md_5_hash::String

Returns the value of attribute md_5_hash.

Returns:

  • (::String)


590
591
592
# File 'sig/types.rbs', line 590

def md_5_hash
  @md_5_hash
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


591
592
593
# File 'sig/types.rbs', line 591

def revision_id
  @revision_id
end

#signed_url::String

Returns the value of attribute signed_url.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def signed_url
  @signed_url
end

#signed_url_expires_at::Time

Returns the value of attribute signed_url_expires_at.

Returns:

  • (::Time)


593
594
595
# File 'sig/types.rbs', line 593

def signed_url_expires_at
  @signed_url_expires_at
end