Class: Aws::Types::StaleIpPermission

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)


18052
18053
18054
# File 'sig/types.rbs', line 18052

def from_port
  @from_port
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


18053
18054
18055
# File 'sig/types.rbs', line 18053

def ip_protocol
  @ip_protocol
end

#ip_ranges::Array[::String]

Returns the value of attribute ip_ranges.

Returns:

  • (::Array[::String])


18054
18055
18056
# File 'sig/types.rbs', line 18054

def ip_ranges
  @ip_ranges
end

#prefix_list_ids::Array[::String]

Returns the value of attribute prefix_list_ids.

Returns:

  • (::Array[::String])


18055
18056
18057
# File 'sig/types.rbs', line 18055

def prefix_list_ids
  @prefix_list_ids
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


18056
18057
18058
# File 'sig/types.rbs', line 18056

def to_port
  @to_port
end

#user_id_group_pairs::Array[Types::UserIdGroupPair]

Returns the value of attribute user_id_group_pairs.

Returns:



18057
18058
18059
# File 'sig/types.rbs', line 18057

def user_id_group_pairs
  @user_id_group_pairs
end