Class: Aws::Types::PutAccessPointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessPointPolicyRequest
- 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.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def account_id @account_id end |
#name ⇒ ::String
Returns the value of attribute name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def policy @policy end |