Class: Aws::Types::DownlinkAwsGroundStationAgentEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::DownlinkAwsGroundStationAgentEndpointDetails
- 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::DownlinkDataflowDetails
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.
484 485 486 |
# File 'sig/types.rbs', line 484 def agent_status @agent_status end |
#audit_results ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute audit_results.
485 486 487 |
# File 'sig/types.rbs', line 485 def audit_results @audit_results end |
#dataflow_details ⇒ Types::DownlinkDataflowDetails
Returns the value of attribute dataflow_details.
483 484 485 |
# File 'sig/types.rbs', line 483 def dataflow_details @dataflow_details end |
#name ⇒ ::String
Returns the value of attribute name.
482 483 484 |
# File 'sig/types.rbs', line 482 def name @name end |