Class: Aws::Types::EdgeOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::EdgeOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#preset_deployment_config ⇒ ::String
Returns the value of attribute preset_deployment_config.
-
#preset_deployment_type ⇒ "GreengrassV2Component"
Returns the value of attribute preset_deployment_type.
-
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
5678 5679 5680 |
# File 'sig/types.rbs', line 5678 def kms_key_id @kms_key_id end |
#preset_deployment_config ⇒ ::String
Returns the value of attribute preset_deployment_config.
5680 5681 5682 |
# File 'sig/types.rbs', line 5680 def preset_deployment_config @preset_deployment_config end |
#preset_deployment_type ⇒ "GreengrassV2Component"
Returns the value of attribute preset_deployment_type.
5679 5680 5681 |
# File 'sig/types.rbs', line 5679 def preset_deployment_type @preset_deployment_type end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
5677 5678 5679 |
# File 'sig/types.rbs', line 5677 def s3_output_location @s3_output_location end |