Module: Aws::VerifiedPermissions::Client::_PutSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSchemaOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_date ⇒ ::Time
- #last_updated_date ⇒ ::Time
- #namespaces ⇒ ::Array[::String]
- #policy_store_id ⇒ ::String
Instance Method Details
#created_date ⇒ ::Time
596 |
# File 'sig/client.rbs', line 596
def created_date: () -> ::Time
|
#last_updated_date ⇒ ::Time
597 |
# File 'sig/client.rbs', line 597
def last_updated_date: () -> ::Time
|
#namespaces ⇒ ::Array[::String]
595 |
# File 'sig/client.rbs', line 595
def namespaces: () -> ::Array[::String]
|
#policy_store_id ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def policy_store_id: () -> ::String
|