Class: Aws::Types::DeleteAccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#server_id ⇒ ::String
Returns the value of attribute server_id.
Instance Attribute Details
#external_id ⇒ ::String
Returns the value of attribute external_id.
253 254 255 |
# File 'sig/types.rbs', line 253 def external_id @external_id end |
#server_id ⇒ ::String
Returns the value of attribute server_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def server_id @server_id end |