Class: Aws::Types::EndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::EndpointDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_ground_station_agent_endpoint ⇒ Types::AwsGroundStationAgentEndpoint
Returns the value of attribute aws_ground_station_agent_endpoint.
-
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpointDetails
Returns the value of attribute downlink_aws_ground_station_agent_endpoint.
-
#endpoint ⇒ Types::DataflowEndpoint
Returns the value of attribute endpoint.
-
#health_reasons ⇒ ::Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]
Returns the value of attribute health_reasons.
-
#health_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute health_status.
-
#security_details ⇒ Types::SecurityDetails
Returns the value of attribute security_details.
-
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpointDetails
Returns the value of attribute uplink_aws_ground_station_agent_endpoint.
Instance Attribute Details
#aws_ground_station_agent_endpoint ⇒ Types::AwsGroundStationAgentEndpoint
Returns the value of attribute aws_ground_station_agent_endpoint.
521 522 523 |
# File 'sig/types.rbs', line 521 def aws_ground_station_agent_endpoint @aws_ground_station_agent_endpoint end |
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpointDetails
Returns the value of attribute downlink_aws_ground_station_agent_endpoint.
523 524 525 |
# File 'sig/types.rbs', line 523 def downlink_aws_ground_station_agent_endpoint @downlink_aws_ground_station_agent_endpoint end |
#endpoint ⇒ Types::DataflowEndpoint
Returns the value of attribute endpoint.
520 521 522 |
# File 'sig/types.rbs', line 520 def endpoint @endpoint end |
#health_reasons ⇒ ::Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")]
Returns the value of attribute health_reasons.
525 526 527 |
# File 'sig/types.rbs', line 525 def health_reasons @health_reasons end |
#health_status ⇒ "HEALTHY", "UNHEALTHY"
Returns the value of attribute health_status.
524 525 526 |
# File 'sig/types.rbs', line 524 def health_status @health_status end |
#security_details ⇒ Types::SecurityDetails
Returns the value of attribute security_details.
519 520 521 |
# File 'sig/types.rbs', line 519 def security_details @security_details end |
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpointDetails
Returns the value of attribute uplink_aws_ground_station_agent_endpoint.
522 523 524 |
# File 'sig/types.rbs', line 522 def uplink_aws_ground_station_agent_endpoint @uplink_aws_ground_station_agent_endpoint end |