Class: Aws::Types::PutMultiRegionAccessPointPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMultiRegionAccessPointPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#details ⇒ Types::PutMultiRegionAccessPointPolicyInput
Returns the value of attribute details.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def account_id @account_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def client_token @client_token end |
#details ⇒ Types::PutMultiRegionAccessPointPolicyInput
Returns the value of attribute details.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def details @details end |