Class: Aws::DataZone::Types::AcceptedAssetScope

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The accepted asset scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The asset ID of the accepted asset scope.

Returns:

  • (String)


254
255
256
257
258
259
# File 'lib/aws-sdk-datazone/types.rb', line 254

class AcceptedAssetScope < Struct.new(
  :asset_id,
  :filter_ids)
  SENSITIVE = []
  include Aws::Structure
end

#filter_idsArray<String>

The filter IDs of the accepted asset scope.

Returns:

  • (Array<String>)


254
255
256
257
258
259
# File 'lib/aws-sdk-datazone/types.rb', line 254

class AcceptedAssetScope < Struct.new(
  :asset_id,
  :filter_ids)
  SENSITIVE = []
  include Aws::Structure
end