Class: Aws::Types::CreatePolicyTemplateInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyTemplateInput
- 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_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
-
#statement ⇒ ::String
Returns the value of attribute statement.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
362 363 364 |
# File 'sig/types.rbs', line 362 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
364 365 366 |
# File 'sig/types.rbs', line 364 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
366 367 368 |
# File 'sig/types.rbs', line 366 def name @name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
363 364 365 |
# File 'sig/types.rbs', line 363 def policy_store_id @policy_store_id end |
#statement ⇒ ::String
Returns the value of attribute statement.
365 366 367 |
# File 'sig/types.rbs', line 365 def statement @statement end |