Module: Aws::VerifiedPermissions::Client::_GetPolicyStoreResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPolicyStoreOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #cedar_version ⇒ "CEDAR_2", "CEDAR_4"
- #created_date ⇒ ::Time
- #deletion_protection ⇒ "ENABLED", "DISABLED"
- #description ⇒ ::String
- #encryption_state ⇒ Types::EncryptionState
- #last_updated_date ⇒ ::Time
- #policy_store_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #validation_settings ⇒ Types::ValidationSettings
Instance Method Details
#arn ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def arn: () -> ::String
|
#cedar_version ⇒ "CEDAR_2", "CEDAR_4"
387 |
# File 'sig/client.rbs', line 387
def cedar_version: () -> ("CEDAR_2" | "CEDAR_4")
|
#created_date ⇒ ::Time
382 |
# File 'sig/client.rbs', line 382
def created_date: () -> ::Time
|
#deletion_protection ⇒ "ENABLED", "DISABLED"
385 |
# File 'sig/client.rbs', line 385
def deletion_protection: () -> ("ENABLED" | "DISABLED")
|
#description ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def description: () -> ::String
|
#encryption_state ⇒ Types::EncryptionState
386 |
# File 'sig/client.rbs', line 386
def encryption_state: () -> Types::EncryptionState
|
#last_updated_date ⇒ ::Time
383 |
# File 'sig/client.rbs', line 383
def last_updated_date: () -> ::Time
|
#policy_store_id ⇒ ::String
379 |
# File 'sig/client.rbs', line 379
def policy_store_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
388 |
# File 'sig/client.rbs', line 388
def tags: () -> ::Hash[::String, ::String]
|
#validation_settings ⇒ Types::ValidationSettings
381 |
# File 'sig/client.rbs', line 381
def validation_settings: () -> Types::ValidationSettings
|