Class: Aws::Types::TargetDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:



1091
1092
1093
# File 'sig/types.rbs', line 1091

def availability_zone
  @availability_zone
end

#id::String

Returns the value of attribute id.

Returns:



1089
1090
1091
# File 'sig/types.rbs', line 1089

def id
  @id
end

#port::Integer

Returns the value of attribute port.

Returns:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def port
  @port
end

#quic_server_id::String

Returns the value of attribute quic_server_id.

Returns:



1092
1093
1094
# File 'sig/types.rbs', line 1092

def quic_server_id
  @quic_server_id
end