Class: Aws::Types::RevokedSecurityGroupRule
- Inherits:
-
Object
- Object
- Aws::Types::RevokedSecurityGroupRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ipv_4 ⇒ ::String
Returns the value of attribute cidr_ipv_4.
-
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#is_egress ⇒ Boolean
Returns the value of attribute is_egress.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#referenced_group_id ⇒ ::String
Returns the value of attribute referenced_group_id.
-
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#cidr_ipv_4 ⇒ ::String
Returns the value of attribute cidr_ipv_4.
16419 16420 16421 |
# File 'sig/types.rbs', line 16419 def cidr_ipv_4 @cidr_ipv_4 end |
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
16420 16421 16422 |
# File 'sig/types.rbs', line 16420 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
16423 16424 16425 |
# File 'sig/types.rbs', line 16423 def description @description end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
16417 16418 16419 |
# File 'sig/types.rbs', line 16417 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
16414 16415 16416 |
# File 'sig/types.rbs', line 16414 def group_id @group_id end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
16416 16417 16418 |
# File 'sig/types.rbs', line 16416 def ip_protocol @ip_protocol end |
#is_egress ⇒ Boolean
Returns the value of attribute is_egress.
16415 16416 16417 |
# File 'sig/types.rbs', line 16415 def is_egress @is_egress end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
16421 16422 16423 |
# File 'sig/types.rbs', line 16421 def prefix_list_id @prefix_list_id end |
#referenced_group_id ⇒ ::String
Returns the value of attribute referenced_group_id.
16422 16423 16424 |
# File 'sig/types.rbs', line 16422 def referenced_group_id @referenced_group_id end |
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
16413 16414 16415 |
# File 'sig/types.rbs', line 16413 def security_group_rule_id @security_group_rule_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
16418 16419 16420 |
# File 'sig/types.rbs', line 16418 def to_port @to_port end |