Class: Aws::Types::RetrievedService
- Inherits:
-
Object
- Object
- Aws::Types::RetrievedService
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#links ⇒ ::Array[Types::GraphLink]
Returns the value of attribute links.
-
#service ⇒ Types::Service
Returns the value of attribute service.
Instance Attribute Details
#links ⇒ ::Array[Types::GraphLink]
Returns the value of attribute links.
748 749 750 |
# File 'sig/types.rbs', line 748 def links @links end |
#service ⇒ Types::Service
Returns the value of attribute service.
747 748 749 |
# File 'sig/types.rbs', line 747 def service @service end |