Class: Aws::Types::RangedSocketAddress
- Inherits:
-
Object
- Object
- Aws::Types::RangedSocketAddress
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#port_range ⇒ Types::IntegerRange
Returns the value of attribute port_range.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
995 996 997 |
# File 'sig/types.rbs', line 995 def name @name end |
#port_range ⇒ Types::IntegerRange
Returns the value of attribute port_range.
996 997 998 |
# File 'sig/types.rbs', line 996 def port_range @port_range end |