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)


3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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

#idString

Returns:

  • (String)


3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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

#inputsArray<String>

Returns:

  • (Array<String>)


3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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

#stateString

Returns:

  • (String)


3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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

#whitelist_rulesArray<Types::InputWhitelistRule>

Returns:



3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
# File 'lib/aws-sdk-medialive/types.rb', line 3308

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