Class: Aws::Types::UpdateHubRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHubRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
-
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
Instance Attribute Details
#hub_description ⇒ ::String
Returns the value of attribute hub_description.
12226 12227 12228 |
# File 'sig/types.rbs', line 12226 def hub_description @hub_description end |
#hub_display_name ⇒ ::String
Returns the value of attribute hub_display_name.
12227 12228 12229 |
# File 'sig/types.rbs', line 12227 def hub_display_name @hub_display_name end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
12225 12226 12227 |
# File 'sig/types.rbs', line 12225 def hub_name @hub_name end |
#hub_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_search_keywords.
12228 12229 12230 |
# File 'sig/types.rbs', line 12228 def hub_search_keywords @hub_search_keywords end |