Class: Aws::Types::NetworkEndpoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_systemTypes::AutonomousSystem

Returns the value of attribute autonomous_system.



2247
2248
2249
# File 'sig/types.rbs', line 2247

def autonomous_system
  @autonomous_system
end

#connectionTypes::NetworkConnection

Returns the value of attribute connection.



2248
2249
2250
# File 'sig/types.rbs', line 2248

def connection
  @connection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


2244
2245
2246
# File 'sig/types.rbs', line 2244

def domain
  @domain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2242
2243
2244
# File 'sig/types.rbs', line 2242

def id
  @id
end

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


2243
2244
2245
# File 'sig/types.rbs', line 2243

def ip
  @ip
end

#locationTypes::NetworkGeoLocation

Returns the value of attribute location.



2246
2247
2248
# File 'sig/types.rbs', line 2246

def location
  @location
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def port
  @port
end