Class: Aws::Types::SecurityGroupForVpc
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupForVpc
- 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.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#primary_vpc_id ⇒ ::String
Returns the value of attribute primary_vpc_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
17260 17261 17262 |
# File 'sig/types.rbs', line 17260 def description @description end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
17263 17264 17265 |
# File 'sig/types.rbs', line 17263 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
17261 17262 17263 |
# File 'sig/types.rbs', line 17261 def group_name @group_name end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17262 17263 17264 |
# File 'sig/types.rbs', line 17262 def owner_id @owner_id end |
#primary_vpc_id ⇒ ::String
Returns the value of attribute primary_vpc_id.
17265 17266 17267 |
# File 'sig/types.rbs', line 17265 def primary_vpc_id @primary_vpc_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17264 17265 17266 |
# File 'sig/types.rbs', line 17264 def @tags end |