Class: Aws::Types::StartEdgeConfigurationUpdateInput
- Inherits:
-
Object
- Object
- Aws::Types::StartEdgeConfigurationUpdateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_config ⇒ Types::EdgeConfig
Returns the value of attribute edge_config.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#edge_config ⇒ Types::EdgeConfig
Returns the value of attribute edge_config.
464 465 466 |
# File 'sig/types.rbs', line 464 def edge_config @edge_config end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
463 464 465 |
# File 'sig/types.rbs', line 463 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
462 463 464 |
# File 'sig/types.rbs', line 462 def stream_name @stream_name end |