Class: Aws::Types::HubContentInfo
- Inherits:
-
Object
- Object
- Aws::Types::HubContentInfo
- 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.
-
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
-
#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_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.
-
#original_creation_time ⇒ ::Time
Returns the value of attribute original_creation_time.
-
#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.
6236 6237 6238 |
# File 'sig/types.rbs', line 6236 def creation_time @creation_time end |
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
6230 6231 6232 |
# File 'sig/types.rbs', line 6230 def document_schema_version @document_schema_version end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
6226 6227 6228 |
# File 'sig/types.rbs', line 6226 def hub_content_arn @hub_content_arn end |
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
6232 6233 6234 |
# File 'sig/types.rbs', line 6232 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
6231 6232 6233 |
# File 'sig/types.rbs', line 6231 def hub_content_display_name @hub_content_display_name end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
6225 6226 6227 |
# File 'sig/types.rbs', line 6225 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
6234 6235 6236 |
# File 'sig/types.rbs', line 6234 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_status ⇒ "Available", ...
Returns the value of attribute hub_content_status.
6235 6236 6237 |
# File 'sig/types.rbs', line 6235 def hub_content_status @hub_content_status end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
6229 6230 6231 |
# File 'sig/types.rbs', line 6229 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
6228 6229 6230 |
# File 'sig/types.rbs', line 6228 def hub_content_version @hub_content_version end |
#original_creation_time ⇒ ::Time
Returns the value of attribute original_creation_time.
6237 6238 6239 |
# File 'sig/types.rbs', line 6237 def original_creation_time @original_creation_time end |
#sage_maker_public_hub_content_arn ⇒ ::String
Returns the value of attribute sage_maker_public_hub_content_arn.
6227 6228 6229 |
# File 'sig/types.rbs', line 6227 def sage_maker_public_hub_content_arn @sage_maker_public_hub_content_arn end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
6233 6234 6235 |
# File 'sig/types.rbs', line 6233 def support_status @support_status end |