Class: Aws::Types::SubscribedGroup
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
6075 6076 6077 |
# File 'sig/types.rbs', line 6075 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6076 6077 6078 |
# File 'sig/types.rbs', line 6076 def name @name end |