Class: Aws::DataZone::Types::AcceptedAssetScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AcceptedAssetScope
- 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
-
#asset_id ⇒ String
The asset ID of the accepted asset scope.
-
#filter_ids ⇒ Array<String>
The filter IDs of the accepted asset scope.
Instance Attribute Details
#asset_id ⇒ String
The asset ID of the accepted asset scope.
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_ids ⇒ Array<String>
The filter IDs of the accepted asset scope.
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 |