Class: Aws::Types::CreateSecurityGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityGroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#security_group_arn ⇒ ::String
Returns the value of attribute security_group_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def group_id @group_id end |
#security_group_arn ⇒ ::String
Returns the value of attribute security_group_arn.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def security_group_arn @security_group_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def @tags end |