Class: Aws::Types::DescribeHubContentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHubContentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
-
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
-
#hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
Returns the value of attribute hub_content_dependencies.
-
#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_status ⇒ "Available", ...
Returns the value of attribute hub_content_status.
-
#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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#reference_min_version ⇒ ::String
Returns the value of attribute reference_min_version.
-
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
-
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def creation_time @creation_time end |
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
4380 4381 4382 |
# File 'sig/types.rbs', line 4380 def document_schema_version @document_schema_version end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def failure_reason @failure_reason end |
#hub_arn ⇒ ::String
Returns the value of attribute hub_arn.
4382 4383 4384 |
# File 'sig/types.rbs', line 4382 def hub_arn @hub_arn end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
4377 4378 4379 |
# File 'sig/types.rbs', line 4377 def hub_content_arn @hub_content_arn end |
#hub_content_dependencies ⇒ ::Array[Types::HubContentDependency]
Returns the value of attribute hub_content_dependencies.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def hub_content_dependencies @hub_content_dependencies end |
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
4384 4385 4386 |
# File 'sig/types.rbs', line 4384 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
4383 4384 4385 |
# File 'sig/types.rbs', line 4383 def hub_content_display_name @hub_content_display_name end |
#hub_content_document ⇒ ::String
Returns the value of attribute hub_content_document.
4386 4387 4388 |
# File 'sig/types.rbs', line 4386 def hub_content_document @hub_content_document end |
#hub_content_markdown ⇒ ::String
Returns the value of attribute hub_content_markdown.
4385 4386 4387 |
# File 'sig/types.rbs', line 4385 def hub_content_markdown @hub_content_markdown end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
4376 4377 4378 |
# File 'sig/types.rbs', line 4376 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_status ⇒ "Available", ...
Returns the value of attribute hub_content_status.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def hub_content_status @hub_content_status end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
4379 4380 4381 |
# File 'sig/types.rbs', line 4379 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
4378 4379 4380 |
# File 'sig/types.rbs', line 4378 def hub_content_version @hub_content_version end |
#hub_name ⇒ ::String
Returns the value of attribute hub_name.
4381 4382 4383 |
# File 'sig/types.rbs', line 4381 def hub_name @hub_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4395 4396 4397 |
# File 'sig/types.rbs', line 4395 def last_modified_time @last_modified_time end |
#reference_min_version ⇒ ::String
Returns the value of attribute reference_min_version.
4388 4389 4390 |
# File 'sig/types.rbs', line 4388 def reference_min_version @reference_min_version end |
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
4387 4388 4389 |
# File 'sig/types.rbs', line 4387 def sage_maker_public_hub_content_arn @sage_maker_public_hub_content_arn end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
4389 4390 4391 |
# File 'sig/types.rbs', line 4389 def support_status @support_status end |