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.
16378 16379 16380 |
# File 'sig/types.rbs', line 16378 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16371 16372 16373 |
# File 'sig/types.rbs', line 16371 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
16376 16377 16378 |
# File 'sig/types.rbs', line 16376 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
16372 16373 16374 |
# File 'sig/types.rbs', line 16372 def group_id @group_id end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
16379 16380 16381 |
# File 'sig/types.rbs', line 16379 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
16375 16376 16377 |
# File 'sig/types.rbs', line 16375 def ip_protocol @ip_protocol end |
#security_group_rule_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_rule_ids.
16370 16371 16372 |
# File 'sig/types.rbs', line 16370 def security_group_rule_ids @security_group_rule_ids end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
16373 16374 16375 |
# File 'sig/types.rbs', line 16373 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.
16374 16375 16376 |
# File 'sig/types.rbs', line 16374 def source_security_group_owner_id @source_security_group_owner_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
16377 16378 16379 |
# File 'sig/types.rbs', line 16377 def to_port @to_port end |