Class: Aws::Types::PutMultiRegionAccessPointPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutMultiRegionAccessPointPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def policy @policy end |