You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::InputSecurityGroup

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Unique ARN of Input Security Group

Returns:

  • (String)

    Unique ARN of Input Security Group.

#idString

The Id of the Input Security Group

Returns:

  • (String)

    The Id of the Input Security Group.

#inputsArray<String>

The list of inputs currently using this Input Security Group.

Returns:

  • (Array<String>)

    The list of inputs currently using this Input Security Group.

#stateString

The current state of the Input Security Group.

Possible values:

  • IDLE
  • IN_USE
  • UPDATING
  • DELETED

Returns:

  • (String)

    The current state of the Input Security Group.

#tagsHash<String,String>

A collection of key-value pairs.

Returns:

  • (Hash<String,String>)

    A collection of key-value pairs.

#whitelist_rulesArray<Types::InputWhitelistRule>

Whitelist rules and their sync status

Returns: