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.
17027 17028 17029 |
# File 'sig/types.rbs', line 17027 def cidr_ip @cidr_ip end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17037 17038 17039 |
# File 'sig/types.rbs', line 17037 def dry_run @dry_run end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
17028 17029 17030 |
# File 'sig/types.rbs', line 17028 def from_port @from_port end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
17029 17030 17031 |
# File 'sig/types.rbs', line 17029 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17030 17031 17032 |
# File 'sig/types.rbs', line 17030 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
17031 17032 17033 |
# File 'sig/types.rbs', line 17031 def @ip_permissions end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
17032 17033 17034 |
# File 'sig/types.rbs', line 17032 def ip_protocol @ip_protocol end |
#security_group_rule_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_rule_ids.
17036 17037 17038 |
# File 'sig/types.rbs', line 17036 def security_group_rule_ids @security_group_rule_ids end |
#source_security_group_name ⇒ ::String
Returns the value of attribute source_security_group_name.
17033 17034 17035 |
# File 'sig/types.rbs', line 17033 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.
17034 17035 17036 |
# File 'sig/types.rbs', line 17034 def source_security_group_owner_id @source_security_group_owner_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
17035 17036 17037 |
# File 'sig/types.rbs', line 17035 def to_port @to_port end |