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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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)


7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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>)


7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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)


7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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>)


7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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:



7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7202

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