Class: Aws::Types::SourceSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::SourceSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
Instance Attribute Details
#group_name ⇒ ::String
Returns the value of attribute group_name.
533 534 535 |
# File 'sig/types.rbs', line 533 def group_name @group_name end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
532 533 534 |
# File 'sig/types.rbs', line 532 def owner_alias @owner_alias end |