Class: Aws::Types::CreateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_policy_identity ⇒ Types::Identity
Returns the value of attribute access_policy_identity.
838 839 840 |
# File 'sig/types.rbs', line 838 def access_policy_identity @access_policy_identity end |
#access_policy_permission ⇒ "ADMINISTRATOR", "VIEWER"
Returns the value of attribute access_policy_permission.
840 841 842 |
# File 'sig/types.rbs', line 840 def @access_policy_permission end |
#access_policy_resource ⇒ Types::Resource
Returns the value of attribute access_policy_resource.
839 840 841 |
# File 'sig/types.rbs', line 839 def access_policy_resource @access_policy_resource end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
841 842 843 |
# File 'sig/types.rbs', line 841 def client_token @client_token end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
842 843 844 |
# File 'sig/types.rbs', line 842 def @tags end |