Class: Aws::DataZone::Types::AcceptedAssetScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AcceptedAssetScope
- Includes:
- Structure
- Defined in:
- 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.
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_ids ⇒ Array<String>
The filter IDs of the accepted asset scope.
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 |