Class: Aws::MediaLive::Types::ListInputSecurityGroupsResponse

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

#input_security_groupsArray<Types::InputSecurityGroup>

Returns:



7713
7714
7715
7716
7717
7718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7713

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

#next_tokenString

Returns:

  • (String)


7713
7714
7715
7716
7717
7718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7713

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