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
1830 |
# File 'sig/client.rbs', line 1830
def asset_id: () -> ::String
|
#configuration ⇒ Types::AssetFilterConfiguration
1834 |
# File 'sig/client.rbs', line 1834
def configuration: () -> Types::AssetFilterConfiguration
|
#created_at ⇒ ::Time
1835 |
# File 'sig/client.rbs', line 1835
def created_at: () -> ::Time
|
#description ⇒ ::String
1832 |
# File 'sig/client.rbs', line 1832
def description: () -> ::String
|
#domain_id ⇒ ::String
1829 |
# File 'sig/client.rbs', line 1829
def domain_id: () -> ::String
|
#effective_column_names ⇒ ::Array[::String]
1837 |
# File 'sig/client.rbs', line 1837
def effective_column_names: () -> ::Array[::String]
|
#effective_row_filter ⇒ ::String
1838 |
# File 'sig/client.rbs', line 1838
def effective_row_filter: () -> ::String
|
#error_message ⇒ ::String
1836 |
# File 'sig/client.rbs', line 1836
def error_message: () -> ::String
|
#id ⇒ ::String
1828 |
# File 'sig/client.rbs', line 1828
def id: () -> ::String
|
#name ⇒ ::String
1831 |
# File 'sig/client.rbs', line 1831
def name: () -> ::String
|
#status ⇒ "VALID", "INVALID"
1833 |
# File 'sig/client.rbs', line 1833
def status: () -> ("VALID" | "INVALID")
|