Class: Aws::DataZone::Types::AssetScope

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

Overview

The asset scope.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The asset ID of the asset scope.

Returns:

  • (String)


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_messageString

The error message of the asset scope.

Returns:

  • (String)


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_idsArray<String>

The filter IDs of the asset scope.

Returns:

  • (Array<String>)


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

#statusString

The status of the asset scope.

Returns:

  • (String)


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