Class: Aws::Types::UploadUrl

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:



522
523
524
# File 'sig/types.rbs', line 522

def expiry_date
  @expiry_date
end

#part_index::Integer

Returns the value of attribute part_index.

Returns:



521
522
523
# File 'sig/types.rbs', line 521

def part_index
  @part_index
end

#url::String

Returns the value of attribute url.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def url
  @url
end