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
3827 |
# File 'sig/client.rbs', line 3827
def asset_id: () -> ::String
|
#configuration ⇒ Types::AssetFilterConfiguration
3831 |
# File 'sig/client.rbs', line 3831
def configuration: () -> Types::AssetFilterConfiguration
|
#created_at ⇒ ::Time
3832 |
# File 'sig/client.rbs', line 3832
def created_at: () -> ::Time
|
#description ⇒ ::String
3829 |
# File 'sig/client.rbs', line 3829
def description: () -> ::String
|
#domain_id ⇒ ::String
3826 |
# File 'sig/client.rbs', line 3826
def domain_id: () -> ::String
|
#effective_column_names ⇒ ::Array[::String]
3834 |
# File 'sig/client.rbs', line 3834
def effective_column_names: () -> ::Array[::String]
|
#effective_row_filter ⇒ ::String
3835 |
# File 'sig/client.rbs', line 3835
def effective_row_filter: () -> ::String
|
#error_message ⇒ ::String
3833 |
# File 'sig/client.rbs', line 3833
def error_message: () -> ::String
|
#id ⇒ ::String
3825 |
# File 'sig/client.rbs', line 3825
def id: () -> ::String
|
#name ⇒ ::String
3828 |
# File 'sig/client.rbs', line 3828
def name: () -> ::String
|
#status ⇒ "VALID", "INVALID"
3830 |
# File 'sig/client.rbs', line 3830
def status: () -> ("VALID" | "INVALID")
|