Class: Aws::MediaLive::Types::ListChannelPlacementGroupsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Returns:

  • (String)


19612
19613
19614
19615
19616
19617
19618
# File 'lib/aws-sdk-medialive/types.rb', line 19612

class ListChannelPlacementGroupsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Returns:

  • (Integer)


19612
19613
19614
19615
19616
19617
19618
# File 'lib/aws-sdk-medialive/types.rb', line 19612

class ListChannelPlacementGroupsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


19612
19613
19614
19615
19616
19617
19618
# File 'lib/aws-sdk-medialive/types.rb', line 19612

class ListChannelPlacementGroupsRequest < Struct.new(
  :cluster_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end