Class: Aws::Types::DeleteVpcEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVpcEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
457 458 459 |
# File 'sig/types.rbs', line 457 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
456 457 458 |
# File 'sig/types.rbs', line 456 def id @id end |