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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-datazone/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-datazone/types.rb', line 1072

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


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-datazone/types.rb', line 1072

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'lib/aws-sdk-datazone/types.rb', line 1072

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