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.
3652 3653 3654 |
# File 'sig/types.rbs', line 3652 def access_policy_id @access_policy_id end |
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
3653 3654 3655 |
# File 'sig/types.rbs', line 3653 def access_policy_identity @access_policy_identity end |
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
3655 3656 3657 |
# File 'sig/types.rbs', line 3655 def end |
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
3654 3655 3656 |
# File 'sig/types.rbs', line 3654 def access_policy_resource @access_policy_resource end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def client_token @client_token end |