Class: Aws::Types::AwsEc2SecurityGroupIpPermission

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Integer)


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