Class: Aws::Types::UpdateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAccessPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
-
#type ⇒ "data"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
842 843 844 |
# File 'sig/types.rbs', line 842 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
840 841 842 |
# File 'sig/types.rbs', line 840 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
838 839 840 |
# File 'sig/types.rbs', line 838 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
841 842 843 |
# File 'sig/types.rbs', line 841 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
839 840 841 |
# File 'sig/types.rbs', line 839 def policy_version @policy_version end |
#type ⇒ "data"
Returns the value of attribute type.
837 838 839 |
# File 'sig/types.rbs', line 837 def type @type end |