Class: Aws::Glue::Types::GetDataQualityModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDataQualityModelRequest
- Defined in:
- gems/aws-sdk-glue/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.
11739 11740 11741 11742 11743 11744 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11739 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
11739 11740 11741 11742 11743 11744 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11739 class GetDataQualityModelRequest < Struct.new( :statistic_id, :profile_id) SENSITIVE = [] include Aws::Structure end |