Class: Aws::Types::EndpointInfo
- Inherits:
-
Object
- Object
- Aws::Types::EndpointInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address ⇒ ::String
Returns the value of attribute address.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
Instance Attribute Details
#address ⇒ ::String
Returns the value of attribute address.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def address @address end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def display_name @display_name end |
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def type @type end |