Class: Aws::CleanRoomsML::Types::GetMLConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetMLConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_identifier ⇒ String
The membership ID of the member that owns the ML configuration you want to return information about.
Instance Attribute Details
#membership_identifier ⇒ String
The membership ID of the member that owns the ML configuration you want to return information about.
2697 2698 2699 2700 2701 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2697 class GetMLConfigurationRequest < Struct.new( :membership_identifier) SENSITIVE = [] include Aws::Structure end |