Class: Aws::Types::EndpointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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

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.

Returns:

  • (::Array[("NO_REGISTERED_AGENT" | "INVALID_IP_OWNERSHIP" | "NOT_AUTHORIZED_TO_CREATE_SLR" | "UNVERIFIED_IP_OWNERSHIP" | "INITIALIZING_DATAPLANE" | "DATAPLANE_FAILURE" | "HEALTHY")])


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.

Returns:

  • ("HEALTHY", "UNHEALTHY")


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

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