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.
5674 5675 5676 |
# File 'sig/types.rbs', line 5674 def kms_key_id @kms_key_id end |
#preset_deployment_config ⇒ ::String
Returns the value of attribute preset_deployment_config.
5676 5677 5678 |
# File 'sig/types.rbs', line 5676 def preset_deployment_config @preset_deployment_config end |
#preset_deployment_type ⇒ "GreengrassV2Component"
Returns the value of attribute preset_deployment_type.
5675 5676 5677 |
# File 'sig/types.rbs', line 5675 def preset_deployment_type @preset_deployment_type end |
#s3_output_location ⇒ ::String
Returns the value of attribute s3_output_location.
5673 5674 5675 |
# File 'sig/types.rbs', line 5673 def s3_output_location @s3_output_location end |