Class: Aws::Types::AwsEc2SecurityGroupIpPermission
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2SecurityGroupIpPermission
- 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::AwsEc2SecurityGroupIpRange]
Returns the value of attribute ip_ranges.
-
#ipv_6_ranges ⇒ ::Array[Types::AwsEc2SecurityGroupIpv6Range]
Returns the value of attribute ipv_6_ranges.
-
#prefix_list_ids ⇒ ::Array[Types::AwsEc2SecurityGroupPrefixListId]
Returns the value of attribute prefix_list_ids.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
-
#user_id_group_pairs ⇒ ::Array[Types::AwsEc2SecurityGroupUserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def from_port @from_port end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def ip_protocol @ip_protocol end |
#ip_ranges ⇒ ::Array[Types::AwsEc2SecurityGroupIpRange]
Returns the value of attribute ip_ranges.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def ip_ranges @ip_ranges end |
#ipv_6_ranges ⇒ ::Array[Types::AwsEc2SecurityGroupIpv6Range]
Returns the value of attribute ipv_6_ranges.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def ipv_6_ranges @ipv_6_ranges end |
#prefix_list_ids ⇒ ::Array[Types::AwsEc2SecurityGroupPrefixListId]
Returns the value of attribute prefix_list_ids.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def prefix_list_ids @prefix_list_ids end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def to_port @to_port end |
#user_id_group_pairs ⇒ ::Array[Types::AwsEc2SecurityGroupUserIdGroupPair]
Returns the value of attribute user_id_group_pairs.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def user_id_group_pairs @user_id_group_pairs end |