Class: Aws::Types::GetPolicyStoreAliasOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetPolicyStoreAliasOutput
- 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.
-
#state ⇒ "Active", "PendingDeletion"
Returns the value of attribute state.
Instance Attribute Details
#alias_arn ⇒ ::String
Returns the value of attribute alias_arn.
548 549 550 |
# File 'sig/types.rbs', line 548 def alias_arn @alias_arn end |
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
546 547 548 |
# File 'sig/types.rbs', line 546 def alias_name @alias_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
549 550 551 |
# File 'sig/types.rbs', line 549 def created_at @created_at end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def policy_store_id @policy_store_id end |
#state ⇒ "Active", "PendingDeletion"
Returns the value of attribute state.
550 551 552 |
# File 'sig/types.rbs', line 550 def state @state end |