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.
9733 9734 9735 |
# File 'sig/types.rbs', line 9733 def end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9734 9735 9736 |
# File 'sig/types.rbs', line 9734 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9730 9731 9732 |
# File 'sig/types.rbs', line 9730 def s3_output_location @s3_output_location end |
#target_device ⇒ "lambda", ...
Returns the value of attribute target_device.
9731 9732 9733 |
# File 'sig/types.rbs', line 9731 def target_device @target_device end |
#target_platform ⇒ Types::TargetPlatform
Returns the value of attribute target_platform.
9732 9733 9734 |
# File 'sig/types.rbs', line 9732 def target_platform @target_platform end |