Class: Aws::MediaLive::Types::InputSecurityGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

An Input Security Group

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Unique ARN of Input Security Group

Returns:

  • (String)


10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The Id of the Input Security Group

Returns:

  • (String)


10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The list of inputs currently using this Input Security Group.

Returns:

  • (Array<String>)


10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the Input Security Group.

Returns:

  • (String)


10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)


10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end

#whitelist_rulesArray<Types::InputWhitelistRule>

Whitelist rules and their sync status

Returns:



10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
# File 'lib/aws-sdk-medialive/types.rb', line 10683

class InputSecurityGroup < Struct.new(
  :arn,
  :id,
  :inputs,
  :state,
  :tags,
  :whitelist_rules)
  SENSITIVE = []
  include Aws::Structure
end