Class: Aws::Types::AssetTypesForRule
- Inherits:
-
Object
- Object
- Aws::Types::AssetTypesForRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#selection_mode ⇒ "ALL", "SPECIFIC"
Returns the value of attribute selection_mode.
-
#specific_asset_types ⇒ ::Array[::String]
Returns the value of attribute specific_asset_types.
Instance Attribute Details
#selection_mode ⇒ "ALL", "SPECIFIC"
Returns the value of attribute selection_mode.
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.
360 361 362 |
# File 'sig/types.rbs', line 360 def specific_asset_types @specific_asset_types end |