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