Class: Aws::Types::ImportAssetFromSignedUrlRequestDetails

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)


580
581
582
# File 'sig/types.rbs', line 580

def asset_name
  @asset_name
end

#data_set_id::String

Returns the value of attribute data_set_id.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def data_set_id
  @data_set_id
end

#md_5_hash::String

Returns the value of attribute md_5_hash.

Returns:

  • (::String)


582
583
584
# File 'sig/types.rbs', line 582

def md_5_hash
  @md_5_hash
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


583
584
585
# File 'sig/types.rbs', line 583

def revision_id
  @revision_id
end