Class: Aws::Types::CreatePolicyStoreAliasInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyStoreAliasInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
330 331 332 |
# File 'sig/types.rbs', line 330 def alias_name @alias_name end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def policy_store_id @policy_store_id end |