Class: Aws::Types::SecurityGroupRule

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)


17291
17292
17293
# File 'sig/types.rbs', line 17291

def cidr_ipv_4
  @cidr_ipv_4
end

#cidr_ipv_6::String

Returns the value of attribute cidr_ipv_6.

Returns:

  • (::String)


17292
17293
17294
# File 'sig/types.rbs', line 17292

def cidr_ipv_6
  @cidr_ipv_6
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17295
17296
17297
# File 'sig/types.rbs', line 17295

def description
  @description
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


17289
17290
17291
# File 'sig/types.rbs', line 17289

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17285
17286
17287
# File 'sig/types.rbs', line 17285

def group_id
  @group_id
end

#group_owner_id::String

Returns the value of attribute group_owner_id.

Returns:

  • (::String)


17286
17287
17288
# File 'sig/types.rbs', line 17286

def group_owner_id
  @group_owner_id
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


17288
17289
17290
# File 'sig/types.rbs', line 17288

def ip_protocol
  @ip_protocol
end

#is_egressBoolean

Returns the value of attribute is_egress.

Returns:

  • (Boolean)


17287
17288
17289
# File 'sig/types.rbs', line 17287

def is_egress
  @is_egress
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


17293
17294
17295
# File 'sig/types.rbs', line 17293

def prefix_list_id
  @prefix_list_id
end

#referenced_group_infoTypes::ReferencedSecurityGroup

Returns the value of attribute referenced_group_info.



17294
17295
17296
# File 'sig/types.rbs', line 17294

def referenced_group_info
  @referenced_group_info
end

#security_group_rule_arn::String

Returns the value of attribute security_group_rule_arn.

Returns:

  • (::String)


17297
17298
17299
# File 'sig/types.rbs', line 17297

def security_group_rule_arn
  @security_group_rule_arn
end

#security_group_rule_id::String

Returns the value of attribute security_group_rule_id.

Returns:

  • (::String)


17284
17285
17286
# File 'sig/types.rbs', line 17284

def security_group_rule_id
  @security_group_rule_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17296
17297
17298
# File 'sig/types.rbs', line 17296

def tags
  @tags
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


17290
17291
17292
# File 'sig/types.rbs', line 17290

def to_port
  @to_port
end