Module: Aws::DataZone::Client::_UpdateAssetFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAssetFilterOutput]
- 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
3784 |
# File 'sig/client.rbs', line 3784
def asset_id: () -> ::String
|
#configuration ⇒ Types::AssetFilterConfiguration
3788 |
# File 'sig/client.rbs', line 3788
def configuration: () -> Types::AssetFilterConfiguration
|
#created_at ⇒ ::Time
3789 |
# File 'sig/client.rbs', line 3789
def created_at: () -> ::Time
|
#description ⇒ ::String
3786 |
# File 'sig/client.rbs', line 3786
def description: () -> ::String
|
#domain_id ⇒ ::String
3783 |
# File 'sig/client.rbs', line 3783
def domain_id: () -> ::String
|
#effective_column_names ⇒ ::Array[::String]
3791 |
# File 'sig/client.rbs', line 3791
def effective_column_names: () -> ::Array[::String]
|
#effective_row_filter ⇒ ::String
3792 |
# File 'sig/client.rbs', line 3792
def effective_row_filter: () -> ::String
|
#error_message ⇒ ::String
3790 |
# File 'sig/client.rbs', line 3790
def error_message: () -> ::String
|
#id ⇒ ::String
3782 |
# File 'sig/client.rbs', line 3782
def id: () -> ::String
|
#name ⇒ ::String
3785 |
# File 'sig/client.rbs', line 3785
def name: () -> ::String
|
#status ⇒ "VALID", "INVALID"
3787 |
# File 'sig/client.rbs', line 3787
def status: () -> ("VALID" | "INVALID")
|