Class: Aws::Types::EC2SecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::EC2SecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
924 925 926 |
# File 'sig/types.rbs', line 924 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.
925 926 927 |
# File 'sig/types.rbs', line 925 def ec2_security_group_owner_id @ec2_security_group_owner_id end |
#status ⇒ ::String
Returns the value of attribute status.
923 924 925 |
# File 'sig/types.rbs', line 923 def status @status end |