Class: Aws::Types::TargetAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def ip
  @ip
end

#ipv_6::String

Returns the value of attribute ipv_6.

Returns:

  • (::String)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def ipv_6
  @ipv_6
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def port
  @port
end

#protocol"DoH", ...

Returns the value of attribute protocol.

Returns:

  • ("DoH", "Do53", "DoH-FIPS")


1195
1196
1197
# File 'sig/types.rbs', line 1195

def protocol
  @protocol
end

#server_name_indication::String

Returns the value of attribute server_name_indication.

Returns:

  • (::String)


1196
1197
1198
# File 'sig/types.rbs', line 1196

def server_name_indication
  @server_name_indication
end