Class: Aws::DataZone::Types::AssetTypesForRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#selection_modeString

The selection mode for the rule.

Returns:

  • (String)


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_typesArray<String>

The specific asset types that are included in the rule.

Returns:

  • (Array<String>)


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