Class: Aws::Types::GetDepotUrlResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDepotUrlResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#depot_url ⇒ ::String
Returns the value of attribute depot_url.
-
#token ⇒ ::String
Returns the value of attribute token.
Instance Attribute Details
#depot_url ⇒ ::String
Returns the value of attribute depot_url.
246 247 248 |
# File 'sig/types.rbs', line 246 def depot_url @depot_url end |
#token ⇒ ::String
Returns the value of attribute token.
247 248 249 |
# File 'sig/types.rbs', line 247 def token @token end |