Class: Aws::Types::SecurityGroupRuleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_ipv_4::String

Returns the value of attribute cidr_ipv_4.

Returns:

  • (::String)


17311
17312
17313
# File 'sig/types.rbs', line 17311

def cidr_ipv_4
  @cidr_ipv_4
end

#cidr_ipv_6::String

Returns the value of attribute cidr_ipv_6.

Returns:

  • (::String)


17312
17313
17314
# File 'sig/types.rbs', line 17312

def cidr_ipv_6
  @cidr_ipv_6
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17315
17316
17317
# File 'sig/types.rbs', line 17315

def description
  @description
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


17309
17310
17311
# File 'sig/types.rbs', line 17309

def from_port
  @from_port
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


17308
17309
17310
# File 'sig/types.rbs', line 17308

def ip_protocol
  @ip_protocol
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


17313
17314
17315
# File 'sig/types.rbs', line 17313

def prefix_list_id
  @prefix_list_id
end

#referenced_group_id::String

Returns the value of attribute referenced_group_id.

Returns:

  • (::String)


17314
17315
17316
# File 'sig/types.rbs', line 17314

def referenced_group_id
  @referenced_group_id
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


17310
17311
17312
# File 'sig/types.rbs', line 17310

def to_port
  @to_port
end