Class: Aws::MediaLive::Types::ListInputSecurityGroupsResultModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#input_security_groupsArray<Types::InputSecurityGroup>

List of input security groups

Returns:



7688
7689
7690
7691
7692
7693
# File 'lib/aws-sdk-medialive/types.rb', line 7688

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

#next_tokenString

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
# File 'lib/aws-sdk-medialive/types.rb', line 7688

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