Class: Aws::Types::AssetTypesForRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#selection_mode"ALL", "SPECIFIC"

Returns the value of attribute selection_mode.

Returns:

  • ("ALL", "SPECIFIC")


359
360
361
# File 'sig/types.rbs', line 359

def selection_mode
  @selection_mode
end

#specific_asset_types::Array[::String]

Returns the value of attribute specific_asset_types.

Returns:

  • (::Array[::String])


360
361
362
# File 'sig/types.rbs', line 360

def specific_asset_types
  @specific_asset_types
end