Class: Aws::Types::SecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
-
#ip_permissions_egress ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions_egress.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#security_group_arn ⇒ ::String
Returns the value of attribute security_group_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17254 17255 17256 |
# File 'sig/types.rbs', line 17254 def description @description end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
17247 17248 17249 |
# File 'sig/types.rbs', line 17247 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17253 17254 17255 |
# File 'sig/types.rbs', line 17253 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
17255 17256 17257 |
# File 'sig/types.rbs', line 17255 def @ip_permissions end |
#ip_permissions_egress ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions_egress.
17248 17249 17250 |
# File 'sig/types.rbs', line 17248 def @ip_permissions_egress end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17252 17253 17254 |
# File 'sig/types.rbs', line 17252 def owner_id @owner_id end |
#security_group_arn ⇒ ::String
Returns the value of attribute security_group_arn.
17251 17252 17253 |
# File 'sig/types.rbs', line 17251 def security_group_arn @security_group_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17249 17250 17251 |
# File 'sig/types.rbs', line 17249 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17250 17251 17252 |
# File 'sig/types.rbs', line 17250 def vpc_id @vpc_id end |