Class: Aws::Types::IpamPublicAddressSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::IpamPublicAddressSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
12246 12247 12248 |
# File 'sig/types.rbs', line 12246 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
12245 12246 12247 |
# File 'sig/types.rbs', line 12245 def group_name @group_name end |