Class: Aws::Types::RevokeSecurityGroupIngressRequest
- Inherits:
-
Object
- Object
- Aws::Types::RevokeSecurityGroupIngressRequest
- 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.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#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.
16688 16689 16690 |
# File 'sig/types.rbs', line 16688 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16698 16699 16700 |
# File 'sig/types.rbs', line 16698 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
16689 16690 16691 |
# File 'sig/types.rbs', line 16689 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
16690 16691 16692 |
# File 'sig/types.rbs', line 16690 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
16691 16692 16693 |
# File 'sig/types.rbs', line 16691 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
16692 16693 16694 |
# File 'sig/types.rbs', line 16692 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
16693 16694 16695 |
# File 'sig/types.rbs', line 16693 def ip_protocol @ip_protocol end |
#security_group_rule_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_rule_ids.
16697 16698 16699 |
# File 'sig/types.rbs', line 16697 def security_group_rule_ids @security_group_rule_ids end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
16694 16695 16696 |
# File 'sig/types.rbs', line 16694 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.
16695 16696 16697 |
# File 'sig/types.rbs', line 16695 def source_security_group_owner_id @source_security_group_owner_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
16696 16697 16698 |
# File 'sig/types.rbs', line 16696 def to_port @to_port end |