Module: Aws::S3Tables::Client::_GetNamespaceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNamespaceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #namespace ⇒ ::Array[::String]
- #namespace_id ⇒ ::String
- #owner_account_id ⇒ ::String
- #table_bucket_id ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
250 |
# File 'sig/client.rbs', line 250
def created_at: () -> ::Time
|
#created_by ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def created_by: () -> ::String
|
#namespace ⇒ ::Array[::String]
249 |
# File 'sig/client.rbs', line 249
def namespace: () -> ::Array[::String]
|
#namespace_id ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def namespace_id: () -> ::String
|
#owner_account_id ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def owner_account_id: () -> ::String
|
#table_bucket_id ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def table_bucket_id: () -> ::String
|