Class: Aws::Glue::Types::GetDataQualityModelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The Profile ID.

Returns:

  • (String)


10032
10033
10034
10035
10036
10037
# File 'lib/aws-sdk-glue/types.rb', line 10032

class GetDataQualityModelRequest < Struct.new(
  :statistic_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#statistic_idString

The Statistic ID.

Returns:

  • (String)


10032
10033
10034
10035
10036
10037
# File 'lib/aws-sdk-glue/types.rb', line 10032

class GetDataQualityModelRequest < Struct.new(
  :statistic_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end