Class: Aws::MediaLive::Types::DescribeInputSecurityGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DescribeInputSecurityGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #channels ⇒ Array<String>
- #id ⇒ String
- #inputs ⇒ Array<String>
- #state ⇒ String
- #tags ⇒ Hash<String,String>
- #whitelist_rules ⇒ Array<Types::InputWhitelistRule>
Instance Attribute Details
#arn ⇒ String
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |
#whitelist_rules ⇒ Array<Types::InputWhitelistRule>
3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-medialive/types.rb', line 3775 class DescribeInputSecurityGroupResponse < Struct.new( :arn, :id, :inputs, :state, :tags, :whitelist_rules, :channels) SENSITIVE = [] include Aws::Structure end |