Class: Aws::Types::ScriptModeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compression_type ⇒ "NONE", "GZIP"

Returns the value of attribute compression_type.

Returns:

  • ("NONE", "GZIP")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def s3_uri
  @s3_uri
end