Class: Aws::MediaLive::Types::ListInputSecurityGroupsResultModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListInputSecurityGroupsResultModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Result of input security group list request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_security_groups ⇒ Array<Types::InputSecurityGroup>
List of input security groups.
- #next_token ⇒ String
Instance Attribute Details
#input_security_groups ⇒ Array<Types::InputSecurityGroup>
List of input security groups
7910 7911 7912 7913 7914 7915 |
# File 'lib/aws-sdk-medialive/types.rb', line 7910 class ListInputSecurityGroupsResultModel < Struct.new( :input_security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
7910 7911 7912 7913 7914 7915 |
# File 'lib/aws-sdk-medialive/types.rb', line 7910 class ListInputSecurityGroupsResultModel < Struct.new( :input_security_groups, :next_token) SENSITIVE = [] include Aws::Structure end |