Module: Aws::VerifiedPermissions::Client::_GetSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #last_updated_date ⇒ ::Time
- #namespaces ⇒ ::Array[::String]
- #policy_store_id ⇒ ::String
- #schema ⇒ ::String
Instance Method Details
#created_date ⇒ ::Time
432 |
# File 'sig/client.rbs', line 432
def created_date: () -> ::Time
|
#last_updated_date ⇒ ::Time
433 |
# File 'sig/client.rbs', line 433
def last_updated_date: () -> ::Time
|
#namespaces ⇒ ::Array[::String]
434 |
# File 'sig/client.rbs', line 434
def namespaces: () -> ::Array[::String]
|
#policy_store_id ⇒ ::String
430 |
# File 'sig/client.rbs', line 430
def policy_store_id: () -> ::String
|
#schema ⇒ ::String
431 |
# File 'sig/client.rbs', line 431
def schema: () -> ::String
|