Class: Aws::Types::AuthorizedUrl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#local_path::String

Returns the value of attribute local_path.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def local_path
  @local_path
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def url
  @url
end