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.
6502 6503 6504 |
# File 'sig/types.rbs', line 6502 def document_schema_version @document_schema_version end |
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
6505 6506 6507 |
# File 'sig/types.rbs', line 6505 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
6504 6505 6506 |
# File 'sig/types.rbs', line 6504 def hub_content_display_name @hub_content_display_name end |
#hub_content_document ⇒ ::String
Returns the value of attribute hub_content_document.
6507 6508 6509 |
# File 'sig/types.rbs', line 6507 def hub_content_document @hub_content_document end |
#hub_content_markdown ⇒ ::String
Returns the value of attribute hub_content_markdown.
6506 6507 6508 |
# File 'sig/types.rbs', line 6506 def hub_content_markdown @hub_content_markdown end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
6509 6510 6511 |
# File 'sig/types.rbs', line 6509 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
6503 6504 6505 |
# File 'sig/types.rbs', line 6503 def hub_name @hub_name end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
6508 6509 6510 |
# File 'sig/types.rbs', line 6508 def support_status @support_status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
6510 6511 6512 |
# File 'sig/types.rbs', line 6510 def @tags end |