Class: Aws::CleanRoomsML::Types::ListMLInputChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListMLInputChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of ML input channels to return.
-
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channels that you want to list.
-
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of ML input channels to return.
3921 3922 3923 3924 3925 3926 3927 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921 class ListMLInputChannelsRequest < Struct.new( :next_token, :max_results, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The membership ID of the membership that contains the ML input channels that you want to list.
3921 3922 3923 3924 3925 3926 3927 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921 class ListMLInputChannelsRequest < Struct.new( :next_token, :max_results, :membership_identifier) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value retrieved from a previous call to access the next page of results.
3921 3922 3923 3924 3925 3926 3927 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921 class ListMLInputChannelsRequest < Struct.new( :next_token, :max_results, :membership_identifier) SENSITIVE = [] include Aws::Structure end |