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