Class: Aws::Types::RevokedSecurityGroupRule

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)


16716
16717
16718
# File 'sig/types.rbs', line 16716

def cidr_ipv_4
  @cidr_ipv_4
end

#cidr_ipv_6::String

Returns the value of attribute cidr_ipv_6.

Returns:

  • (::String)


16717
16718
16719
# File 'sig/types.rbs', line 16717

def cidr_ipv_6
  @cidr_ipv_6
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


16720
16721
16722
# File 'sig/types.rbs', line 16720

def description
  @description
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:

  • (::Integer)


16714
16715
16716
# File 'sig/types.rbs', line 16714

def from_port
  @from_port
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


16711
16712
16713
# File 'sig/types.rbs', line 16711

def group_id
  @group_id
end

#ip_protocol::String

Returns the value of attribute ip_protocol.

Returns:

  • (::String)


16713
16714
16715
# File 'sig/types.rbs', line 16713

def ip_protocol
  @ip_protocol
end

#is_egressBoolean

Returns the value of attribute is_egress.

Returns:

  • (Boolean)


16712
16713
16714
# File 'sig/types.rbs', line 16712

def is_egress
  @is_egress
end

#prefix_list_id::String

Returns the value of attribute prefix_list_id.

Returns:

  • (::String)


16718
16719
16720
# File 'sig/types.rbs', line 16718

def prefix_list_id
  @prefix_list_id
end

#referenced_group_id::String

Returns the value of attribute referenced_group_id.

Returns:

  • (::String)


16719
16720
16721
# File 'sig/types.rbs', line 16719

def referenced_group_id
  @referenced_group_id
end

#security_group_rule_id::String

Returns the value of attribute security_group_rule_id.

Returns:

  • (::String)


16710
16711
16712
# File 'sig/types.rbs', line 16710

def security_group_rule_id
  @security_group_rule_id
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


16715
16716
16717
# File 'sig/types.rbs', line 16715

def to_port
  @to_port
end