Class: Aws::Types::SecurityGroupRuleDescription

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)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def from_port
  @from_port
end

#ipv4_range::String

Returns the value of attribute ipv4_range.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def ipv4_range
  @ipv4_range
end

#ipv6_range::String

Returns the value of attribute ipv6_range.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def ipv6_range
  @ipv6_range
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def prefix_list_id
  @prefix_list_id
end

#protocol::String

Returns the value of attribute protocol.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def protocol
  @protocol
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def to_port
  @to_port
end