Class: Aws::Types::GetEvidenceFileUploadUrlResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#evidence_file_name ⇒ ::String

Returns the value of attribute evidence_file_name.

Returns:

  • (::String)


726
727
728
# File 'sig/types.rbs', line 726

def evidence_file_name
  @evidence_file_name
end

#upload_url ⇒ ::String

Returns the value of attribute upload_url.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def upload_url
  @upload_url
end