Class: Aws::Types::RevokeDBSecurityGroupIngressMessage
- Inherits:
-
Object
- Object
- Aws::Types::RevokeDBSecurityGroupIngressMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidrip ⇒ ::String
Returns the value of attribute cidrip.
-
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
-
#ec2_security_group_id ⇒ ::String
Returns the value of attribute ec2_security_group_id.
-
#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.
4144 4145 4146 |
# File 'sig/types.rbs', line 4144 def cidrip @cidrip end |
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
4143 4144 4145 |
# File 'sig/types.rbs', line 4143 def db_security_group_name @db_security_group_name end |
#ec2_security_group_id ⇒ ::String
Returns the value of attribute ec2_security_group_id.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def ec2_security_group_id @ec2_security_group_id end |
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
4145 4146 4147 |
# File 'sig/types.rbs', line 4145 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.
4147 4148 4149 |
# File 'sig/types.rbs', line 4147 def ec2_security_group_owner_id @ec2_security_group_owner_id end |