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.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def address @address end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def display_name @display_name end |
#type ⇒ "TELEPHONE_NUMBER", ...
Returns the value of attribute type.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def type @type end |