Class: Aws::Types::DownlinkDataflowDetails
- Inherits:
-
Object
- Object
- Aws::Types::DownlinkDataflowDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AgentConnectionDetails, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_connection_details ⇒ Types::DownlinkConnectionDetails
Returns the value of attribute agent_connection_details.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#agent_connection_details ⇒ Types::DownlinkConnectionDetails
Returns the value of attribute agent_connection_details.
496 497 498 |
# File 'sig/types.rbs', line 496 def agent_connection_details @agent_connection_details end |
#unknown ⇒ Object
Returns the value of attribute unknown.
497 498 499 |
# File 'sig/types.rbs', line 497 def unknown @unknown end |