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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ec2_security_group_name ⇒ ::String
Returns the value of attribute ec2_security_group_name.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 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.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def ec2_security_group_owner_id @ec2_security_group_owner_id end |
#status ⇒ ::String
Returns the value of attribute status.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def @tags end |