Class: Aws::MediaLive::Types::ListInputSecurityGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputSecurityGroupsRequest
- 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_results ⇒ Integer
7930 7931 7932 7933 7934 7935 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7930 class ListInputSecurityGroupsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7930 7931 7932 7933 7934 7935 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7930 class ListInputSecurityGroupsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |