Class: Aws::Types::StaleSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::StaleSecurityGroup
- 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.
-
#stale_ip_permissions ⇒ ::Array[Types::StaleIpPermission]
Returns the value of attribute stale_ip_permissions.
-
#stale_ip_permissions_egress ⇒ ::Array[Types::StaleIpPermission]
Returns the value of attribute stale_ip_permissions_egress.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17723 17724 17725 |
# File 'sig/types.rbs', line 17723 def description @description end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
17724 17725 17726 |
# File 'sig/types.rbs', line 17724 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17725 17726 17727 |
# File 'sig/types.rbs', line 17725 def group_name @group_name end |
#stale_ip_permissions ⇒ ::Array[Types::StaleIpPermission]
Returns the value of attribute stale_ip_permissions.
17726 17727 17728 |
# File 'sig/types.rbs', line 17726 def @stale_ip_permissions end |
#stale_ip_permissions_egress ⇒ ::Array[Types::StaleIpPermission]
Returns the value of attribute stale_ip_permissions_egress.
17727 17728 17729 |
# File 'sig/types.rbs', line 17727 def @stale_ip_permissions_egress end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
17728 17729 17730 |
# File 'sig/types.rbs', line 17728 def vpc_id @vpc_id end |