Class: Aws::Types::SecurityGroupRule
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupRule
- 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.
-
#group_owner_id ⇒ ::String
Returns the value of attribute group_owner_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_info ⇒ Types::ReferencedSecurityGroup
Returns the value of attribute referenced_group_info.
-
#security_group_rule_arn ⇒ ::String
Returns the value of attribute security_group_rule_arn.
-
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
16994 16995 16996 |
# File 'sig/types.rbs', line 16994 def cidr_ipv_4 @cidr_ipv_4 end |
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
16995 16996 16997 |
# File 'sig/types.rbs', line 16995 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
16998 16999 17000 |
# File 'sig/types.rbs', line 16998 def description @description end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
16992 16993 16994 |
# File 'sig/types.rbs', line 16992 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
16988 16989 16990 |
# File 'sig/types.rbs', line 16988 def group_id @group_id end |
#group_owner_id ⇒ ::String
Returns the value of attribute group_owner_id.
16989 16990 16991 |
# File 'sig/types.rbs', line 16989 def group_owner_id @group_owner_id end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
16991 16992 16993 |
# File 'sig/types.rbs', line 16991 def ip_protocol @ip_protocol end |
#is_egress ⇒ Boolean
Returns the value of attribute is_egress.
16990 16991 16992 |
# File 'sig/types.rbs', line 16990 def is_egress @is_egress end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
16996 16997 16998 |
# File 'sig/types.rbs', line 16996 def prefix_list_id @prefix_list_id end |
#referenced_group_info ⇒ Types::ReferencedSecurityGroup
Returns the value of attribute referenced_group_info.
16997 16998 16999 |
# File 'sig/types.rbs', line 16997 def referenced_group_info @referenced_group_info end |
#security_group_rule_arn ⇒ ::String
Returns the value of attribute security_group_rule_arn.
17000 17001 17002 |
# File 'sig/types.rbs', line 17000 def security_group_rule_arn @security_group_rule_arn end |
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
16987 16988 16989 |
# File 'sig/types.rbs', line 16987 def security_group_rule_id @security_group_rule_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
16999 17000 17001 |
# File 'sig/types.rbs', line 16999 def @tags end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
16993 16994 16995 |
# File 'sig/types.rbs', line 16993 def to_port @to_port end |