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.
3242 3243 3244 |
# File 'sig/types.rbs', line 3242 def address @address end |
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
3241 3242 3243 |
# File 'sig/types.rbs', line 3241 def type @type end |