Module: Aws::DataZone::Client::_CreateAssetFilterResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateAssetFilterOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#asset_id::String

Returns:

  • (::String)


390
# File 'sig/client.rbs', line 390

def asset_id: () -> ::String

#configurationTypes::AssetFilterConfiguration



394
# File 'sig/client.rbs', line 394

def configuration: () -> Types::AssetFilterConfiguration

#created_at::Time

Returns:

  • (::Time)


395
# File 'sig/client.rbs', line 395

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


392
# File 'sig/client.rbs', line 392

def description: () -> ::String

#domain_id::String

Returns:

  • (::String)


389
# File 'sig/client.rbs', line 389

def domain_id: () -> ::String

#effective_column_names::Array[::String]

Returns:

  • (::Array[::String])


397
# File 'sig/client.rbs', line 397

def effective_column_names: () -> ::Array[::String]

#effective_row_filter::String

Returns:

  • (::String)


398
# File 'sig/client.rbs', line 398

def effective_row_filter: () -> ::String

#error_message::String

Returns:

  • (::String)


396
# File 'sig/client.rbs', line 396

def error_message: () -> ::String

#id::String

Returns:

  • (::String)


388
# File 'sig/client.rbs', line 388

def id: () -> ::String

#name::String

Returns:

  • (::String)


391
# File 'sig/client.rbs', line 391

def name: () -> ::String

#status"VALID", "INVALID"

Returns:

  • ("VALID", "INVALID")


393
# File 'sig/client.rbs', line 393

def status: () -> ("VALID" | "INVALID")