Class: Aws::Types::SubscribedProject
- Inherits:
-
Object
- Object
- Aws::Types::SubscribedProject
- 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.
6177 6178 6179 |
# File 'sig/types.rbs', line 6177 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6178 6179 6180 |
# File 'sig/types.rbs', line 6178 def name @name end |