Class: Aws::Types::RevokeSecurityGroupEgressRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSecurityGroupEgressRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#security_group_rule_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_rule_ids.
-
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
-
#source_security_group_owner_id ⇒ ::String
Returns the value of attribute source_security_group_owner_id.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#cidr_ip ⇒ ::String
Returns the value of attribute cidr_ip.
17014 17015 17016 |
# File 'sig/types.rbs', line 17014 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17007 17008 17009 |
# File 'sig/types.rbs', line 17007 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
17012 17013 17014 |
# File 'sig/types.rbs', line 17012 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
17008 17009 17010 |
# File 'sig/types.rbs', line 17008 def group_id @group_id end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
17015 17016 17017 |
# File 'sig/types.rbs', line 17015 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
17011 17012 17013 |
# File 'sig/types.rbs', line 17011 def ip_protocol @ip_protocol end |
#security_group_rule_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_rule_ids.
17006 17007 17008 |
# File 'sig/types.rbs', line 17006 def security_group_rule_ids @security_group_rule_ids end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
17009 17010 17011 |
# File 'sig/types.rbs', line 17009 def source_security_group_name @source_security_group_name end |
#source_security_group_owner_id ⇒ ::String
Returns the value of attribute source_security_group_owner_id.
17010 17011 17012 |
# File 'sig/types.rbs', line 17010 def source_security_group_owner_id @source_security_group_owner_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
17013 17014 17015 |
# File 'sig/types.rbs', line 17013 def to_port @to_port end |