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

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


858
859
860
861
862
863
864
865
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 858

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)


858
859
860
861
862
863
864
865
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 858

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


858
859
860
861
862
863
864
865
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 858

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)


858
859
860
861
862
863
864
865
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 858

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