Class: Aws::Types::DeleteAccessPointForObjectLambdaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccessPointForObjectLambdaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
337 338 339 |
# File 'sig/types.rbs', line 337 def name @name end |