Class: Aws::Types::AwsGroundStationAgentEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::AwsGroundStationAgentEndpoint
- 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.
-
#egress_address ⇒ Types::ConnectionDetails
Returns the value of attribute egress_address.
-
#ingress_address ⇒ Types::RangedConnectionDetails
Returns the value of attribute ingress_address.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#agent_status ⇒ "SUCCESS", ...
Returns the value of attribute agent_status.
62 63 64 |
# File 'sig/types.rbs', line 62 def agent_status @agent_status end |
#audit_results ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute audit_results.
63 64 65 |
# File 'sig/types.rbs', line 63 def audit_results @audit_results end |
#egress_address ⇒ Types::ConnectionDetails
Returns the value of attribute egress_address.
60 61 62 |
# File 'sig/types.rbs', line 60 def egress_address @egress_address end |
#ingress_address ⇒ Types::RangedConnectionDetails
Returns the value of attribute ingress_address.
61 62 63 |
# File 'sig/types.rbs', line 61 def ingress_address @ingress_address end |
#name ⇒ ::String
Returns the value of attribute name.
59 60 61 |
# File 'sig/types.rbs', line 59 def name @name end |