Class: Aws::Types::AwsRdsDbSecurityGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbSecurityGroupDetails
- 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::AwsRdsDbSecurityGroupEc2SecurityGroup]
Returns the value of attribute ec2_security_groups.
-
#ip_ranges ⇒ ::Array[Types::AwsRdsDbSecurityGroupIpRange]
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.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def db_security_group_arn @db_security_group_arn end |
#db_security_group_description ⇒ ::String
Returns the value of attribute db_security_group_description.
3620 3621 3622 |
# File 'sig/types.rbs', line 3620 def db_security_group_description @db_security_group_description end |
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
3621 3622 3623 |
# File 'sig/types.rbs', line 3621 def db_security_group_name @db_security_group_name end |
#ec2_security_groups ⇒ ::Array[Types::AwsRdsDbSecurityGroupEc2SecurityGroup]
Returns the value of attribute ec2_security_groups.
3622 3623 3624 |
# File 'sig/types.rbs', line 3622 def ec2_security_groups @ec2_security_groups end |
#ip_ranges ⇒ ::Array[Types::AwsRdsDbSecurityGroupIpRange]
Returns the value of attribute ip_ranges.
3623 3624 3625 |
# File 'sig/types.rbs', line 3623 def ip_ranges @ip_ranges end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def owner_id @owner_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3625 3626 3627 |
# File 'sig/types.rbs', line 3625 def vpc_id @vpc_id end |