Class: Aws::Types::Endpoint
- Inherits:
-
Object
- Object
- Aws::Types::Endpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
3184 3185 3186 |
# File 'sig/types.rbs', line 3184 def address @address end |
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
3183 3184 3185 |
# File 'sig/types.rbs', line 3183 def type @type end |