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.
5693 5694 5695 |
# File 'sig/types.rbs', line 5693 def kms_key_id @kms_key_id end |
#preset_deployment_config ⇒ ::String
Returns the value of attribute preset_deployment_config.
5695 5696 5697 |
# File 'sig/types.rbs', line 5695 def preset_deployment_config @preset_deployment_config end |
#preset_deployment_type ⇒ "GreengrassV2Component"
Returns the value of attribute preset_deployment_type.
5694 5695 5696 |
# File 'sig/types.rbs', line 5694 def preset_deployment_type @preset_deployment_type end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
5692 5693 5694 |
# File 'sig/types.rbs', line 5692 def s3_output_location @s3_output_location end |