Class: Aws::Types::IpPermission
- Inherits:
-
Object
- Object
- Aws::Types::IpPermission
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#ip_ranges ⇒ ::Array[Types::IpRange]
Returns the value of attribute ip_ranges.
-
#ipv_6_ranges ⇒ ::Array[Types::Ipv6Range]
Returns the value of attribute ipv_6_ranges.
-
#prefix_list_ids ⇒ ::Array[Types::PrefixListId]
Returns the value of attribute prefix_list_ids.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
-
#user_id_group_pairs ⇒ ::Array[Types::UserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
11917 11918 11919 |
# File 'sig/types.rbs', line 11917 def from_port @from_port end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
11916 11917 11918 |
# File 'sig/types.rbs', line 11916 def ip_protocol @ip_protocol end |
#ip_ranges ⇒ ::Array[Types::IpRange]
Returns the value of attribute ip_ranges.
11920 11921 11922 |
# File 'sig/types.rbs', line 11920 def ip_ranges @ip_ranges end |
#ipv_6_ranges ⇒ ::Array[Types::Ipv6Range]
Returns the value of attribute ipv_6_ranges.
11921 11922 11923 |
# File 'sig/types.rbs', line 11921 def ipv_6_ranges @ipv_6_ranges end |
#prefix_list_ids ⇒ ::Array[Types::PrefixListId]
Returns the value of attribute prefix_list_ids.
11922 11923 11924 |
# File 'sig/types.rbs', line 11922 def prefix_list_ids @prefix_list_ids end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
11918 11919 11920 |
# File 'sig/types.rbs', line 11918 def to_port @to_port end |
#user_id_group_pairs ⇒ ::Array[Types::UserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
11919 11920 11921 |
# File 'sig/types.rbs', line 11919 def user_id_group_pairs @user_id_group_pairs end |