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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

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


6189
6190
6191
# File 'sig/types.rbs', line 6189

def support_status
  @support_status
end