Class: Aws::Types::PutAccessPointPolicyForObjectLambdaRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessPointPolicyForObjectLambdaRequest
- 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.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def policy @policy end |