Class: Aws::Types::CreatePolicyStoreAliasOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyStoreAliasOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_arn ⇒ ::String
Returns the value of attribute alias_arn.
-
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#alias_arn ⇒ ::String
Returns the value of attribute alias_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def alias_arn @alias_arn end |
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
336 337 338 |
# File 'sig/types.rbs', line 336 def alias_name @alias_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
339 340 341 |
# File 'sig/types.rbs', line 339 def created_at @created_at end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def policy_store_id @policy_store_id end |