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