Class: Aws::Types::DeleteEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
824 825 826 |
# File 'sig/types.rbs', line 824 def application_id @application_id end |
#endpoint_id ⇒ ::String
Returns the value of attribute endpoint_id.
825 826 827 |
# File 'sig/types.rbs', line 825 def endpoint_id @endpoint_id end |