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)


3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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

#idString

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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

#inputsArray<String>

Returns:

  • (Array<String>)


3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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

#stateString

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)


3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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

#whitelist_rulesArray<Types::InputWhitelistRule>

Returns:



3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-medialive/types.rb', line 3407

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