Class: Aws::Types::UplinkAwsGroundStationAgentEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::UplinkAwsGroundStationAgentEndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_status ⇒ "SUCCESS", ...
Returns the value of attribute agent_status.
-
#audit_results ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute audit_results.
-
#dataflow_details ⇒ Types::UplinkDataflowDetails
Returns the value of attribute dataflow_details.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#agent_status ⇒ "SUCCESS", ...
Returns the value of attribute agent_status.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def agent_status @agent_status end |
#audit_results ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute audit_results.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def audit_results @audit_results end |
#dataflow_details ⇒ Types::UplinkDataflowDetails
Returns the value of attribute dataflow_details.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def dataflow_details @dataflow_details end |
#name ⇒ ::String
Returns the value of attribute name.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def name @name end |