Class: Aws::Types::DownlinkAwsGroundStationAgentEndpointDetails

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


484
485
486
# File 'sig/types.rbs', line 484

def agent_status
  @agent_status
end

#audit_results ⇒ "HEALTHY", "UNHEALTHY"

Returns the value of attribute audit_results.

Returns:

  • ("HEALTHY", "UNHEALTHY")


485
486
487
# File 'sig/types.rbs', line 485

def audit_results
  @audit_results
end

#dataflow_details ⇒ Types::DownlinkDataflowDetails

Returns the value of attribute dataflow_details.



483
484
485
# File 'sig/types.rbs', line 483

def dataflow_details
  @dataflow_details
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def name
  @name
end