Class: Aws::Types::ImportHubContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportHubContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
-
#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_document ⇒ ::String
Returns the value of attribute hub_content_document.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
6487 6488 6489 |
# File 'sig/types.rbs', line 6487 def document_schema_version @document_schema_version end |
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
6490 6491 6492 |
# File 'sig/types.rbs', line 6490 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
6489 6490 6491 |
# File 'sig/types.rbs', line 6489 def hub_content_display_name @hub_content_display_name end |
#hub_content_document ⇒ ::String
Returns the value of attribute hub_content_document.
6492 6493 6494 |
# File 'sig/types.rbs', line 6492 def hub_content_document @hub_content_document end |
#hub_content_markdown ⇒ ::String
Returns the value of attribute hub_content_markdown.
6491 6492 6493 |
# File 'sig/types.rbs', line 6491 def hub_content_markdown @hub_content_markdown end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
6484 6485 6486 |
# File 'sig/types.rbs', line 6484 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
6494 6495 6496 |
# File 'sig/types.rbs', line 6494 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
6486 6487 6488 |
# File 'sig/types.rbs', line 6486 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
6485 6486 6487 |
# File 'sig/types.rbs', line 6485 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
6488 6489 6490 |
# File 'sig/types.rbs', line 6488 def hub_name @hub_name end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def support_status @support_status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
6495 6496 6497 |
# File 'sig/types.rbs', line 6495 def @tags end |