Class: Aws::Types::OutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::OutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compiler_options ⇒ ::String
Returns the value of attribute compiler_options.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
-
#target_device ⇒ "lambda", ...
Returns the value of attribute target_device.
-
#target_platform ⇒ Types::TargetPlatform
Returns the value of attribute target_platform.
Instance Attribute Details
#compiler_options ⇒ ::String
Returns the value of attribute compiler_options.
9670 9671 9672 |
# File 'sig/types.rbs', line 9670 def @compiler_options end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9671 9672 9673 |
# File 'sig/types.rbs', line 9671 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9667 9668 9669 |
# File 'sig/types.rbs', line 9667 def s3_output_location @s3_output_location end |
#target_device ⇒ "lambda", ...
Returns the value of attribute target_device.
9668 9669 9670 |
# File 'sig/types.rbs', line 9668 def target_device @target_device end |
#target_platform ⇒ Types::TargetPlatform
Returns the value of attribute target_platform.
9669 9670 9671 |
# File 'sig/types.rbs', line 9669 def target_platform @target_platform end |