Class: Aws::Types::HubContentInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("Available", "Importing", "Deleting", "ImportFailed", "DeleteFailed", "PendingImport", "PendingDelete")


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.

Returns:

  • ("Model", "Notebook", "ModelReference", "DataSet", "JsonDoc")


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • ("Supported", "Deprecated", "Restricted")


6233
6234
6235
# File 'sig/types.rbs', line 6233

def support_status
  @support_status
end