Class: Aws::Types::UpdateHubContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateHubContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
-
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
-
#hub_content_markdown ⇒ ::String
Returns the value of attribute hub_content_markdown.
-
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
-
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
-
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
-
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
-
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
-
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
Instance Attribute Details
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
12127 12128 12129 |
# File 'sig/types.rbs', line 12127 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
12126 12127 12128 |
# File 'sig/types.rbs', line 12126 def hub_content_display_name @hub_content_display_name end |
#hub_content_markdown ⇒ ::String
Returns the value of attribute hub_content_markdown.
12128 12129 12130 |
# File 'sig/types.rbs', line 12128 def hub_content_markdown @hub_content_markdown end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
12123 12124 12125 |
# File 'sig/types.rbs', line 12123 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
12129 12130 12131 |
# File 'sig/types.rbs', line 12129 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
12124 12125 12126 |
# File 'sig/types.rbs', line 12124 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
12125 12126 12127 |
# File 'sig/types.rbs', line 12125 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
12122 12123 12124 |
# File 'sig/types.rbs', line 12122 def hub_name @hub_name end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
12130 12131 12132 |
# File 'sig/types.rbs', line 12130 def support_status @support_status end |