Class: Aws::DataZone::Types::AssetTypesForRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetTypesForRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The asset type for the rule details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selection_mode ⇒ String
The selection mode for the rule.
-
#specific_asset_types ⇒ Array<String>
The specific asset types that are included in the rule.
Instance Attribute Details
#selection_mode ⇒ String
The selection mode for the rule.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-datazone/types.rb', line 981 class AssetTypesForRule < Struct.new( :selection_mode, :specific_asset_types) SENSITIVE = [] include Aws::Structure end |
#specific_asset_types ⇒ Array<String>
The specific asset types that are included in the rule.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-datazone/types.rb', line 981 class AssetTypesForRule < Struct.new( :selection_mode, :specific_asset_types) SENSITIVE = [] include Aws::Structure end |