Class: Aws::Types::CreateEndpointDetails
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointDetails
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DownlinkAwsGroundStationAgentEndpoint, Unknown, UplinkAwsGroundStationAgentEndpoint
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpoint
Returns the value of attribute downlink_aws_ground_station_agent_endpoint.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpoint
Returns the value of attribute uplink_aws_ground_station_agent_endpoint.
Instance Attribute Details
#downlink_aws_ground_station_agent_endpoint ⇒ Types::DownlinkAwsGroundStationAgentEndpoint
Returns the value of attribute downlink_aws_ground_station_agent_endpoint.
276 277 278 |
# File 'sig/types.rbs', line 276 def downlink_aws_ground_station_agent_endpoint @downlink_aws_ground_station_agent_endpoint end |
#unknown ⇒ Object
Returns the value of attribute unknown.
277 278 279 |
# File 'sig/types.rbs', line 277 def unknown @unknown end |
#uplink_aws_ground_station_agent_endpoint ⇒ Types::UplinkAwsGroundStationAgentEndpoint
Returns the value of attribute uplink_aws_ground_station_agent_endpoint.
275 276 277 |
# File 'sig/types.rbs', line 275 def uplink_aws_ground_station_agent_endpoint @uplink_aws_ground_station_agent_endpoint end |