Class: Aws::MediaLive::Types::InputSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputSecurityGroup
- 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
-
#arn ⇒ String
Unique ARN of Input Security Group.
-
#id ⇒ String
The Id of the Input Security Group.
-
#inputs ⇒ Array<String>
The list of inputs currently using this Input Security Group.
-
#state ⇒ String
The current state of the Input Security Group.
-
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
-
#whitelist_rules ⇒ Array<Types::InputWhitelistRule>
Whitelist rules and their sync status.
Instance Attribute Details
#arn ⇒ String
Unique ARN of Input Security Group
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The Id of the Input Security Group
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The list of inputs currently using this Input Security Group.
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the Input Security Group.
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A collection of key-value pairs.
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |
#whitelist_rules ⇒ Array<Types::InputWhitelistRule>
Whitelist rules and their sync status
7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7396 class InputSecurityGroup < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules) SENSITIVE = [] include Aws::Structure end |