Class: Aws::Types::GetDepotUrlResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#depot_url::String

Returns the value of attribute depot_url.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def depot_url
  @depot_url
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def token
  @token
end