Class: Aws::Types::CreatePolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#definition ⇒ Types::PolicyDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
309 310 311 |
# File 'sig/types.rbs', line 309 def client_token @client_token end |
#definition ⇒ Types::PolicyDefinition
Returns the value of attribute definition.
311 312 313 |
# File 'sig/types.rbs', line 311 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
312 313 314 |
# File 'sig/types.rbs', line 312 def name @name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
310 311 312 |
# File 'sig/types.rbs', line 310 def policy_store_id @policy_store_id end |