Class: Aws::Types::GetUploadJobPathResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def client_token
  @client_token
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def url
  @url
end

#valid_until::Time

Returns the value of attribute valid_until.

Returns:

  • (::Time)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def valid_until
  @valid_until
end