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)


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

def from_port
  @from_port
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


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

def ip_protocol
  @ip_protocol
end

#ip_ranges::Array[Types::IpRange]

Returns the value of attribute ip_ranges.

Returns:



12415
12416
12417
# File 'sig/types.rbs', line 12415

def ip_ranges
  @ip_ranges
end

#ipv_6_ranges::Array[Types::Ipv6Range]

Returns the value of attribute ipv_6_ranges.

Returns:



12416
12417
12418
# File 'sig/types.rbs', line 12416

def ipv_6_ranges
  @ipv_6_ranges
end

#prefix_list_ids::Array[Types::PrefixListId]

Returns the value of attribute prefix_list_ids.

Returns:



12417
12418
12419
# File 'sig/types.rbs', line 12417

def prefix_list_ids
  @prefix_list_ids
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


12413
12414
12415
# File 'sig/types.rbs', line 12413

def to_port
  @to_port
end

#user_id_group_pairs::Array[Types::UserIdGroupPair]

Returns the value of attribute user_id_group_pairs.

Returns:



12414
12415
12416
# File 'sig/types.rbs', line 12414

def user_id_group_pairs
  @user_id_group_pairs
end