Class: Aws::Types::AnalysisSecurityGroupRule
- Inherits:
-
Object
- Object
- Aws::Types::AnalysisSecurityGroupRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#direction ⇒ ::String
Returns the value of attribute direction.
-
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
441 442 443 |
# File 'sig/types.rbs', line 441 def cidr @cidr end |
#direction ⇒ ::String
Returns the value of attribute direction.
442 443 444 |
# File 'sig/types.rbs', line 442 def direction @direction end |
#port_range ⇒ Types::PortRange
Returns the value of attribute port_range.
444 445 446 |
# File 'sig/types.rbs', line 444 def port_range @port_range end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def prefix_list_id @prefix_list_id end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
446 447 448 |
# File 'sig/types.rbs', line 446 def protocol @protocol end |
#security_group_id ⇒ ::String
Returns the value of attribute security_group_id.
443 444 445 |
# File 'sig/types.rbs', line 443 def security_group_id @security_group_id end |