Class: Aws::Types::RevokeClusterSecurityGroupIngressMessage
- Inherits:
-
Object
- Object
- Aws::Types::RevokeClusterSecurityGroupIngressMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
-
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
-
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
-
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
Instance Attribute Details
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def cidrip @cidrip end |
#cluster_security_group_name ⇒ ::String
Returns the value of attribute cluster_security_group_name.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def cluster_security_group_name @cluster_security_group_name end |
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def ec2_security_group_name @ec2_security_group_name end |
#ec2_security_group_owner_id ⇒ ::String
Returns the value of attribute ec2_security_group_owner_id.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def ec2_security_group_owner_id @ec2_security_group_owner_id end |