1VM::EC2::DB::SecurityGrUosuepr::CMoenmtbreirbsuhtiepdV(M3P:)e:rElC2D:o:cDuBm:e:nSteactuirointyGroup::Membership(3)
2
3
4
6 VM::EC2::DB::SecurityGroup::Membership - An RDS Database Security Group
7 Membership
8
10 use VM::EC2;
11 $ec2 = VM::EC2->new(...);
12 my $db = $ec2->describe_db_instance(...);
13 my @grps = $db->DBSecurityGroups;
14
16 DBSecurityGroupName -- The security group name
17
18 Status -- The security group status
19
20 name -- Alias for DBSecurityGroupName
21
22 status -- Alias for Status
23
24 db_security_group -- returns an VM::EC2::DB::SecurityGroup object
25
27 This object describes a DB Security Group Membership. It is a response
28 element in calls that return a DB instance object.
29
31 In string context, the object returns the Security Group Name.
32
34 VM::EC2 VM::EC2::Generic VM::EC2::DB::Instance
35
37 Lance Kinley <lkinley@loyaltymethods.com>.
38
39 Copyright (c) 2013 Loyalty Methods, Inc.
40
41 This package and its accompanying libraries is free software; you can
42 redistribute it and/or modify it under the terms of the GPL (either
43 version 1, or at your option, any later version) or the Artistic
44 License 2.0. Refer to LICENSE for the full license text. In addition,
45 please see DISCLAIMER.txt for disclaimers of warranty.
46
47
48
49perl v5.30.0 2019V-M0:7:-E2C62::DB::SecurityGroup::Membership(3)