Class: Aws::Types::PolicyStoreAliasItem
- Inherits:
-
Object
- Object
- Aws::Types::PolicyStoreAliasItem
- 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.
964 965 966 |
# File 'sig/types.rbs', line 964 def alias_arn @alias_arn end |
#alias_name ⇒ ::String
Returns the value of attribute alias_name.
962 963 964 |
# File 'sig/types.rbs', line 962 def alias_name @alias_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
965 966 967 |
# File 'sig/types.rbs', line 965 def created_at @created_at end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
963 964 965 |
# File 'sig/types.rbs', line 963 def policy_store_id @policy_store_id end |
#state ⇒ "Active", "PendingDeletion"
Returns the value of attribute state.
966 967 968 |
# File 'sig/types.rbs', line 966 def state @state end |