Class: Aws::Types::ScriptModeConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScriptModeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compression_type ⇒ "NONE", "GZIP"
Returns the value of attribute compression_type.
-
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#compression_type ⇒ "NONE", "GZIP"
Returns the value of attribute compression_type.
366 367 368 |
# File 'sig/types.rbs', line 366 def compression_type @compression_type end |
#entry_point ⇒ ::String
Returns the value of attribute entry_point.
364 365 366 |
# File 'sig/types.rbs', line 364 def entry_point @entry_point end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
365 366 367 |
# File 'sig/types.rbs', line 365 def s3_uri @s3_uri end |