Class: Aws::Types::UpdateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
-
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
-
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
-
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
Instance Attribute Details
#access_policy_id ⇒ ::String
Returns the value of attribute access_policy_id.
3611 3612 3613 |
# File 'sig/types.rbs', line 3611 def access_policy_id @access_policy_id end |
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
3612 3613 3614 |
# File 'sig/types.rbs', line 3612 def access_policy_identity @access_policy_identity end |
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
3614 3615 3616 |
# File 'sig/types.rbs', line 3614 def @access_policy_permission end |
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
3613 3614 3615 |
# File 'sig/types.rbs', line 3613 def access_policy_resource @access_policy_resource end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def client_token @client_token end |