Class: Aws::Types::ServiceMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ServiceMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def display_name @display_name end |
#name ⇒ ::String
Returns the value of attribute name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def name @name end |