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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


244
245
246
247
248
249
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 244

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>)


244
245
246
247
248
249
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 244

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