Class: Aws::Types::StartEdgeConfigurationUpdateOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartEdgeConfigurationUpdateOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#edge_config ⇒ Types::EdgeConfig
Returns the value of attribute edge_config.
-
#failed_status_details ⇒ ::String
Returns the value of attribute failed_status_details.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#sync_status ⇒ "SYNCING", ...
Returns the value of attribute sync_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
471 472 473 |
# File 'sig/types.rbs', line 471 def creation_time @creation_time end |
#edge_config ⇒ Types::EdgeConfig
Returns the value of attribute edge_config.
475 476 477 |
# File 'sig/types.rbs', line 475 def edge_config @edge_config end |
#failed_status_details ⇒ ::String
Returns the value of attribute failed_status_details.
474 475 476 |
# File 'sig/types.rbs', line 474 def failed_status_details @failed_status_details end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
472 473 474 |
# File 'sig/types.rbs', line 472 def last_updated_time @last_updated_time end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
470 471 472 |
# File 'sig/types.rbs', line 470 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
469 470 471 |
# File 'sig/types.rbs', line 469 def stream_name @stream_name end |
#sync_status ⇒ "SYNCING", ...
Returns the value of attribute sync_status.
473 474 475 |
# File 'sig/types.rbs', line 473 def sync_status @sync_status end |