Class: Aws::Glue::Types::GetDataQualityModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataQualityModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The Profile ID.
-
#statistic_id ⇒ String
The Statistic ID.
Instance Attribute Details
#profile_id ⇒ String
The Profile ID.
10191 10192 10193 10194 10195 10196 |
# File 'lib/aws-sdk-glue/types.rb', line 10191 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
10191 10192 10193 10194 10195 10196 |
# File 'lib/aws-sdk-glue/types.rb', line 10191 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end |