Class: Aws::Types::IpPermission

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)


12406
12407
12408
# File 'sig/types.rbs', line 12406

def from_port
  @from_port
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


12405
12406
12407
# File 'sig/types.rbs', line 12405

def ip_protocol
  @ip_protocol
end

#ip_ranges::Array[Types::IpRange]

Returns the value of attribute ip_ranges.

Returns:



12409
12410
12411
# File 'sig/types.rbs', line 12409

def ip_ranges
  @ip_ranges
end

#ipv_6_ranges::Array[Types::Ipv6Range]

Returns the value of attribute ipv_6_ranges.

Returns:



12410
12411
12412
# File 'sig/types.rbs', line 12410

def ipv_6_ranges
  @ipv_6_ranges
end

#prefix_list_ids::Array[Types::PrefixListId]

Returns the value of attribute prefix_list_ids.

Returns:



12411
12412
12413
# File 'sig/types.rbs', line 12411

def prefix_list_ids
  @prefix_list_ids
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


12407
12408
12409
# File 'sig/types.rbs', line 12407

def to_port
  @to_port
end

#user_id_group_pairs::Array[Types::UserIdGroupPair]

Returns the value of attribute user_id_group_pairs.

Returns:



12408
12409
12410
# File 'sig/types.rbs', line 12408

def user_id_group_pairs
  @user_id_group_pairs
end