Module: Aws::DataZone::Client::_GetAssetFilterResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetFilterOutput]
- 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
1824 |
# File 'sig/client.rbs', line 1824
def asset_id: () -> ::String
|
#configuration ⇒ Types::AssetFilterConfiguration
1828 |
# File 'sig/client.rbs', line 1828
def configuration: () -> Types::AssetFilterConfiguration
|
#created_at ⇒ ::Time
1829 |
# File 'sig/client.rbs', line 1829
def created_at: () -> ::Time
|
#description ⇒ ::String
1826 |
# File 'sig/client.rbs', line 1826
def description: () -> ::String
|
#domain_id ⇒ ::String
1823 |
# File 'sig/client.rbs', line 1823
def domain_id: () -> ::String
|
#effective_column_names ⇒ ::Array[::String]
1831 |
# File 'sig/client.rbs', line 1831
def effective_column_names: () -> ::Array[::String]
|
#effective_row_filter ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def effective_row_filter: () -> ::String
|
#error_message ⇒ ::String
1830 |
# File 'sig/client.rbs', line 1830
def error_message: () -> ::String
|
#id ⇒ ::String
1822 |
# File 'sig/client.rbs', line 1822
def id: () -> ::String
|
#name ⇒ ::String
1825 |
# File 'sig/client.rbs', line 1825
def name: () -> ::String
|
#status ⇒ "VALID", "INVALID"
1827 |
# File 'sig/client.rbs', line 1827
def status: () -> ("VALID" | "INVALID")
|