Class: Aws::MediaLive::Types::DescribeInputSecurityGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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

#idString

Returns:

  • (String)


3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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

#inputsArray<String>

Returns:

  • (Array<String>)


3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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

#stateString

Returns:

  • (String)


3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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

#whitelist_rulesArray<Types::InputWhitelistRule>

Returns:



3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-medialive/types.rb', line 3450

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