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.
6192 6193 6194 |
# File 'sig/types.rbs', line 6192 def creation_time @creation_time end |
#document_schema_version ⇒ ::String
Returns the value of attribute document_schema_version.
6186 6187 6188 |
# File 'sig/types.rbs', line 6186 def document_schema_version @document_schema_version end |
#hub_content_arn ⇒ ::String
Returns the value of attribute hub_content_arn.
6182 6183 6184 |
# File 'sig/types.rbs', line 6182 def hub_content_arn @hub_content_arn end |
#hub_content_description ⇒ ::String
Returns the value of attribute hub_content_description.
6188 6189 6190 |
# File 'sig/types.rbs', line 6188 def hub_content_description @hub_content_description end |
#hub_content_display_name ⇒ ::String
Returns the value of attribute hub_content_display_name.
6187 6188 6189 |
# File 'sig/types.rbs', line 6187 def hub_content_display_name @hub_content_display_name end |
#hub_content_name ⇒ ::String
Returns the value of attribute hub_content_name.
6181 6182 6183 |
# File 'sig/types.rbs', line 6181 def hub_content_name @hub_content_name end |
#hub_content_search_keywords ⇒ ::Array[::String]
Returns the value of attribute hub_content_search_keywords.
6190 6191 6192 |
# File 'sig/types.rbs', line 6190 def hub_content_search_keywords @hub_content_search_keywords end |
#hub_content_status ⇒ "Available", ...
Returns the value of attribute hub_content_status.
6191 6192 6193 |
# File 'sig/types.rbs', line 6191 def hub_content_status @hub_content_status end |
#hub_content_type ⇒ "Model", ...
Returns the value of attribute hub_content_type.
6185 6186 6187 |
# File 'sig/types.rbs', line 6185 def hub_content_type @hub_content_type end |
#hub_content_version ⇒ ::String
Returns the value of attribute hub_content_version.
6184 6185 6186 |
# File 'sig/types.rbs', line 6184 def hub_content_version @hub_content_version end |
#original_creation_time ⇒ ::Time
Returns the value of attribute original_creation_time.
6193 6194 6195 |
# File 'sig/types.rbs', line 6193 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.
6183 6184 6185 |
# File 'sig/types.rbs', line 6183 def sage_maker_public_hub_content_arn @sage_maker_public_hub_content_arn end |
#support_status ⇒ "Supported", ...
Returns the value of attribute support_status.
6189 6190 6191 |
# File 'sig/types.rbs', line 6189 def support_status @support_status end |