Module: Aws::VerifiedPermissions::Client::_GetPolicyStoreAliasResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyStoreAliasOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alias_arn ⇒ ::String
- #alias_name ⇒ ::String
- #created_at ⇒ ::Time
- #policy_store_id ⇒ ::String
- #state ⇒ "Active", "PendingDeletion"
Instance Method Details
#alias_arn ⇒ ::String
401 |
# File 'sig/client.rbs', line 401
def alias_arn: () -> ::String
|
#alias_name ⇒ ::String
399 |
# File 'sig/client.rbs', line 399
def alias_name: () -> ::String
|
#created_at ⇒ ::Time
402 |
# File 'sig/client.rbs', line 402
def created_at: () -> ::Time
|
#policy_store_id ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def policy_store_id: () -> ::String
|
#state ⇒ "Active", "PendingDeletion"
403 |
# File 'sig/client.rbs', line 403
def state: () -> ("Active" | "PendingDeletion")
|