Module: Aws::MediaLive::Client::_DescribeInputSecurityGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeInputSecurityGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #channels ⇒ ::Array[::String]
- #id ⇒ ::String
- #inputs ⇒ ::Array[::String]
- #state ⇒ "IDLE", ...
- #tags ⇒ ::Hash[::String, ::String]
- #whitelist_rules ⇒ ::Array[Types::InputWhitelistRule]
Instance Method Details
#arn ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def arn: () -> ::String
|
#channels ⇒ ::Array[::String]
731 |
# File 'sig/client.rbs', line 731
def channels: () -> ::Array[::String]
|
#id ⇒ ::String
726 |
# File 'sig/client.rbs', line 726
def id: () -> ::String
|
#inputs ⇒ ::Array[::String]
727 |
# File 'sig/client.rbs', line 727
def inputs: () -> ::Array[::String]
|
#state ⇒ "IDLE", ...
728 |
# File 'sig/client.rbs', line 728
def state: () -> ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
729 |
# File 'sig/client.rbs', line 729
def tags: () -> ::Hash[::String, ::String]
|
#whitelist_rules ⇒ ::Array[Types::InputWhitelistRule]
730 |
# File 'sig/client.rbs', line 730
def whitelist_rules: () -> ::Array[Types::InputWhitelistRule]
|