Method: Aws::FMS::Types::SecurityGroupRuleDescription#protocol
- Defined in:
- lib/aws-sdk-fms/types.rb
#protocol ⇒ String
The IP protocol name (tcp, udp, icmp, icmpv6) or number.
4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'lib/aws-sdk-fms/types.rb', line 4795 class SecurityGroupRuleDescription < Struct.new( :ipv4_range, :ipv6_range, :prefix_list_id, :protocol, :from_port, :to_port) SENSITIVE = [] include Aws::Structure end |