Class: Aws::Types::ResourceUri
- Inherits:
-
Object
- Object
- Aws::Types::ResourceUri
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ "JAR", ...
Returns the value of attribute resource_type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#resource_type ⇒ "JAR", ...
Returns the value of attribute resource_type.
6328 6329 6330 |
# File 'sig/types.rbs', line 6328 def resource_type @resource_type end |
#uri ⇒ ::String
Returns the value of attribute uri.
6329 6330 6331 |
# File 'sig/types.rbs', line 6329 def uri @uri end |