Class: Aws::MediaLive::Types::ListInputSecurityGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputSecurityGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#input_security_groups ⇒ Array<Types::InputSecurityGroup>
7892 7893 7894 7895 7896 7897 |
# File 'lib/aws-sdk-medialive/types.rb', line 7892 class ListInputSecurityGroupsResponse < Struct.new( :input_security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7892 7893 7894 7895 7896 7897 |
# File 'lib/aws-sdk-medialive/types.rb', line 7892 class ListInputSecurityGroupsResponse < Struct.new( :input_security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |