Class: Aws::Types::DescribeEdgeConfigurationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEdgeConfigurationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#edge_agent_status ⇒ Types::EdgeAgentStatus
Returns the value of attribute edge_agent_status.
-
#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.
120 121 122 |
# File 'sig/types.rbs', line 120 def creation_time @creation_time end |
#edge_agent_status ⇒ Types::EdgeAgentStatus
Returns the value of attribute edge_agent_status.
125 126 127 |
# File 'sig/types.rbs', line 125 def edge_agent_status @edge_agent_status end |
#edge_config ⇒ Types::EdgeConfig
Returns the value of attribute edge_config.
124 125 126 |
# File 'sig/types.rbs', line 124 def edge_config @edge_config end |
#failed_status_details ⇒ ::String
Returns the value of attribute failed_status_details.
123 124 125 |
# File 'sig/types.rbs', line 123 def failed_status_details @failed_status_details end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
121 122 123 |
# File 'sig/types.rbs', line 121 def last_updated_time @last_updated_time end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
119 120 121 |
# File 'sig/types.rbs', line 119 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
118 119 120 |
# File 'sig/types.rbs', line 118 def stream_name @stream_name end |
#sync_status ⇒ "SYNCING", ...
Returns the value of attribute sync_status.
122 123 124 |
# File 'sig/types.rbs', line 122 def sync_status @sync_status end |