Class: Aws::Types::DBSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::DBSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_arn ⇒ ::String
Returns the value of attribute db_security_group_arn.
-
#db_security_group_description ⇒ ::String
Returns the value of attribute db_security_group_description.
-
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
-
#ec2_security_groups ⇒ ::Array[Types::EC2SecurityGroup]
Returns the value of attribute ec2_security_groups.
-
#ip_ranges ⇒ ::Array[Types::IPRange]
Returns the value of attribute ip_ranges.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#db_security_group_arn ⇒ ::String
Returns the value of attribute db_security_group_arn.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def db_security_group_arn @db_security_group_arn end |
#db_security_group_description ⇒ ::String
Returns the value of attribute db_security_group_description.
1566 1567 1568 |
# File 'sig/types.rbs', line 1566 def db_security_group_description @db_security_group_description end |
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
1565 1566 1567 |
# File 'sig/types.rbs', line 1565 def db_security_group_name @db_security_group_name end |
#ec2_security_groups ⇒ ::Array[Types::EC2SecurityGroup]
Returns the value of attribute ec2_security_groups.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def ec2_security_groups @ec2_security_groups end |
#ip_ranges ⇒ ::Array[Types::IPRange]
Returns the value of attribute ip_ranges.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def ip_ranges @ip_ranges end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def owner_id @owner_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def vpc_id @vpc_id end |