Class: Aws::Types::JavaScriptSourceMaps
- Inherits:
-
Object
- Object
- Aws::Types::JavaScriptSourceMaps
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
244 245 246 |
# File 'sig/types.rbs', line 244 def s3_uri @s3_uri end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
243 244 245 |
# File 'sig/types.rbs', line 243 def status @status end |