Class: Aws::Types::CreateEndpointDetails

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

Defined Under Namespace

Classes: DownlinkAwsGroundStationAgentEndpoint, Unknown, UplinkAwsGroundStationAgentEndpoint

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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.

Returns:

  • (Object)


277
278
279
# File 'sig/types.rbs', line 277

def unknown
  @unknown
end

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