Class: Aws::Types::AwsGroundStationAgentEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_status ⇒ "SUCCESS", ...

Returns the value of attribute agent_status.

Returns:

  • ("SUCCESS", "FAILED", "ACTIVE", "INACTIVE")


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.

Returns:

  • ("HEALTHY", "UNHEALTHY")


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.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def name
  @name
end