Class: Aws::Types::TargetDescription
- Inherits:
-
Object
- Object
- Aws::Types::TargetDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#quic_server_id ⇒ ::String
Returns the value of attribute quic_server_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def availability_zone @availability_zone end |
#id ⇒ ::String
Returns the value of attribute id.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def id @id end |
#port ⇒ ::Integer
Returns the value of attribute port.
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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def quic_server_id @quic_server_id end |