Class: Aws::DataZone::Types::AssetScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetScope
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The asset scope.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The asset ID of the asset scope.
-
#error_message ⇒ String
The error message of the asset scope.
-
#filter_ids ⇒ Array<String>
The filter IDs of the asset scope.
-
#status ⇒ String
The status of the asset scope.
Instance Attribute Details
#asset_id ⇒ String
The asset ID of the asset scope.
868 869 870 871 872 873 874 875 |
# File 'lib/aws-sdk-datazone/types.rb', line 868 class AssetScope < Struct.new( :asset_id, :error_message, :filter_ids, :status) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message of the asset scope.
868 869 870 871 872 873 874 875 |
# File 'lib/aws-sdk-datazone/types.rb', line 868 class AssetScope < Struct.new( :asset_id, :error_message, :filter_ids, :status) SENSITIVE = [] include Aws::Structure end |
#filter_ids ⇒ Array<String>
The filter IDs of the asset scope.
868 869 870 871 872 873 874 875 |
# File 'lib/aws-sdk-datazone/types.rb', line 868 class AssetScope < Struct.new( :asset_id, :error_message, :filter_ids, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the asset scope.
868 869 870 871 872 873 874 875 |
# File 'lib/aws-sdk-datazone/types.rb', line 868 class AssetScope < Struct.new( :asset_id, :error_message, :filter_ids, :status) SENSITIVE = [] include Aws::Structure end |