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::NetworkAutonomousSystem

Returns the value of attribute autonomous_system.



6648
6649
6650
# File 'sig/types.rbs', line 6648

def autonomous_system
  @autonomous_system
end

#connectionTypes::NetworkConnection

Returns the value of attribute connection.



6649
6650
6651
# File 'sig/types.rbs', line 6649

def connection
  @connection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


6645
6646
6647
# File 'sig/types.rbs', line 6645

def domain
  @domain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6643
6644
6645
# File 'sig/types.rbs', line 6643

def id
  @id
end

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


6644
6645
6646
# File 'sig/types.rbs', line 6644

def ip
  @ip
end

#locationTypes::NetworkGeoLocation

Returns the value of attribute location.



6647
6648
6649
# File 'sig/types.rbs', line 6647

def location
  @location
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


6646
6647
6648
# File 'sig/types.rbs', line 6646

def port
  @port
end