Class: Aws::Types::UplinkAwsGroundStationAgentEndpointDetails

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")


1258
1259
1260
# File 'sig/types.rbs', line 1258

def agent_status
  @agent_status
end

#audit_results ⇒ "HEALTHY", "UNHEALTHY"

Returns the value of attribute audit_results.

Returns:

  • ("HEALTHY", "UNHEALTHY")


1259
1260
1261
# File 'sig/types.rbs', line 1259

def audit_results
  @audit_results
end

#dataflow_details ⇒ Types::UplinkDataflowDetails

Returns the value of attribute dataflow_details.



1257
1258
1259
# File 'sig/types.rbs', line 1257

def dataflow_details
  @dataflow_details
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def name
  @name
end