Class: Aws::Types::AuthorizeDBSecurityGroupIngressMessage
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeDBSecurityGroupIngressMessage
- 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.
100 101 102 |
# File 'sig/types.rbs', line 100 def cidrip @cidrip end |
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
99 100 101 |
# File 'sig/types.rbs', line 99 def db_security_group_name @db_security_group_name end |
#ec2_security_group_id ⇒ ::String
Returns the value of attribute ec2_security_group_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def ec2_security_group_id @ec2_security_group_id end |
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
101 102 103 |
# File 'sig/types.rbs', line 101 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.
103 104 105 |
# File 'sig/types.rbs', line 103 def ec2_security_group_owner_id @ec2_security_group_owner_id end |