Class: Aws::Types::DownloadUrl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#expiry_date::String

Returns the value of attribute expiry_date.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def expiry_date
  @expiry_date
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def url
  @url
end