Class: Aws::MediaLive::Types::ListInputSecurityGroupsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Returns:

  • (Integer)


7698
7699
7700
7701
7702
7703
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7698

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

#next_tokenString

Returns:

  • (String)


7698
7699
7700
7701
7702
7703
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7698

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