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.
9685 9686 9687 |
# File 'sig/types.rbs', line 9685 def @compiler_options end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9686 9687 9688 |
# File 'sig/types.rbs', line 9686 def kms_key_id @kms_key_id end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
9682 9683 9684 |
# File 'sig/types.rbs', line 9682 def s3_output_location @s3_output_location end |
#target_device ⇒ "lambda", ...
Returns the value of attribute target_device.
9683 9684 9685 |
# File 'sig/types.rbs', line 9683 def target_device @target_device end |
#target_platform ⇒ Types::TargetPlatform
Returns the value of attribute target_platform.
9684 9685 9686 |
# File 'sig/types.rbs', line 9684 def target_platform @target_platform end |