Class: Aws::Types::CreateAccessPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPolicyRequest
- 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.
-
#type ⇒ "data"
Returns the value of attribute type.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
210 211 212 |
# File 'sig/types.rbs', line 210 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
208 209 210 |
# File 'sig/types.rbs', line 208 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
207 208 209 |
# File 'sig/types.rbs', line 207 def name @name end |
#policy ⇒ ::String
Returns the value of attribute policy.
209 210 211 |
# File 'sig/types.rbs', line 209 def policy @policy end |
#type ⇒ "data"
Returns the value of attribute type.
206 207 208 |
# File 'sig/types.rbs', line 206 def type @type end |