Class: Aws::Types::ListRulesInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST"

Returns the value of attribute action.

Returns:

  • ("CREATE_LISTING_CHANGE_SET", "CREATE_SUBSCRIPTION_REQUEST")


4286
4287
4288
# File 'sig/types.rbs', line 4286

def action
  @action
end

#asset_types::Array[::String]

Returns the value of attribute asset_types.

Returns:

  • (::Array[::String])


4288
4289
4290
# File 'sig/types.rbs', line 4288

def asset_types
  @asset_types
end

#data_productBoolean

Returns the value of attribute data_product.

Returns:

  • (Boolean)


4289
4290
4291
# File 'sig/types.rbs', line 4289

def data_product
  @data_product
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4282
4283
4284
# File 'sig/types.rbs', line 4282

def domain_identifier
  @domain_identifier
end

#include_cascadedBoolean

Returns the value of attribute include_cascaded.

Returns:

  • (Boolean)


4290
4291
4292
# File 'sig/types.rbs', line 4290

def include_cascaded
  @include_cascaded
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4291
4292
4293
# File 'sig/types.rbs', line 4291

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4292
4293
4294
# File 'sig/types.rbs', line 4292

def next_token
  @next_token
end

#project_ids::Array[::String]

Returns the value of attribute project_ids.

Returns:

  • (::Array[::String])


4287
4288
4289
# File 'sig/types.rbs', line 4287

def project_ids
  @project_ids
end

#rule_type"METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT"

Returns the value of attribute rule_type.

Returns:

  • ("METADATA_FORM_ENFORCEMENT", "GLOSSARY_TERM_ENFORCEMENT")


4285
4286
4287
# File 'sig/types.rbs', line 4285

def rule_type
  @rule_type
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


4284
4285
4286
# File 'sig/types.rbs', line 4284

def target_identifier
  @target_identifier
end

#target_type"DOMAIN_UNIT"

Returns the value of attribute target_type.

Returns:

  • ("DOMAIN_UNIT")


4283
4284
4285
# File 'sig/types.rbs', line 4283

def target_type
  @target_type
end