Module: Aws::DataZone::Client::_CreateAssetFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAssetFilterOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #asset_id ⇒ ::String
- #configuration ⇒ Types::AssetFilterConfiguration
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #effective_column_names ⇒ ::Array[::String]
- #effective_row_filter ⇒ ::String
- #error_message ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "VALID", "INVALID"
Instance Method Details
#asset_id ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def asset_id: () -> ::String
|
#configuration ⇒ Types::AssetFilterConfiguration
394 |
# File 'sig/client.rbs', line 394
def configuration: () -> Types::AssetFilterConfiguration
|
#created_at ⇒ ::Time
395 |
# File 'sig/client.rbs', line 395
def created_at: () -> ::Time
|
#description ⇒ ::String
392 |
# File 'sig/client.rbs', line 392
def description: () -> ::String
|
#domain_id ⇒ ::String
389 |
# File 'sig/client.rbs', line 389
def domain_id: () -> ::String
|
#effective_column_names ⇒ ::Array[::String]
397 |
# File 'sig/client.rbs', line 397
def effective_column_names: () -> ::Array[::String]
|
#effective_row_filter ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def effective_row_filter: () -> ::String
|
#error_message ⇒ ::String
396 |
# File 'sig/client.rbs', line 396
def error_message: () -> ::String
|
#id ⇒ ::String
388 |
# File 'sig/client.rbs', line 388
def id: () -> ::String
|
#name ⇒ ::String
391 |
# File 'sig/client.rbs', line 391
def name: () -> ::String
|
#status ⇒ "VALID", "INVALID"
393 |
# File 'sig/client.rbs', line 393
def status: () -> ("VALID" | "INVALID")
|