Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#categories ⇒ ::Array[Types::Category]
Returns the value of attribute categories.
403 404 405 |
# File 'sig/types.rbs', line 403 def categories @categories end |
#code ⇒ ::String
Returns the value of attribute code.
401 402 403 |
# File 'sig/types.rbs', line 401 def code @code end |
#name ⇒ ::String
Returns the value of attribute name.
402 403 404 |
# File 'sig/types.rbs', line 402 def name @name end |