Class: Aws::Types::EdgeConfig
- Inherits:
-
Object
- Object
- Aws::Types::EdgeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_config ⇒ Types::DeletionConfig
Returns the value of attribute deletion_config.
-
#hub_device_arn ⇒ ::String
Returns the value of attribute hub_device_arn.
-
#recorder_config ⇒ Types::RecorderConfig
Returns the value of attribute recorder_config.
-
#uploader_config ⇒ Types::UploaderConfig
Returns the value of attribute uploader_config.
Instance Attribute Details
#deletion_config ⇒ Types::DeletionConfig
Returns the value of attribute deletion_config.
226 227 228 |
# File 'sig/types.rbs', line 226 def deletion_config @deletion_config end |
#hub_device_arn ⇒ ::String
Returns the value of attribute hub_device_arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def hub_device_arn @hub_device_arn end |
#recorder_config ⇒ Types::RecorderConfig
Returns the value of attribute recorder_config.
224 225 226 |
# File 'sig/types.rbs', line 224 def recorder_config @recorder_config end |
#uploader_config ⇒ Types::UploaderConfig
Returns the value of attribute uploader_config.
225 226 227 |
# File 'sig/types.rbs', line 225 def uploader_config @uploader_config end |