Class: Aws::Types::DescribeHubContentResponse

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)


4377
4378
4379
# File 'sig/types.rbs', line 4377

def creation_time
  @creation_time
end

#document_schema_version::String

Returns the value of attribute document_schema_version.

Returns:

  • (::String)


4363
4364
4365
# File 'sig/types.rbs', line 4363

def document_schema_version
  @document_schema_version
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4376
4377
4378
# File 'sig/types.rbs', line 4376

def failure_reason
  @failure_reason
end

#hub_arn::String

Returns the value of attribute hub_arn.

Returns:

  • (::String)


4365
4366
4367
# File 'sig/types.rbs', line 4365

def hub_arn
  @hub_arn
end

#hub_content_arn::String

Returns the value of attribute hub_content_arn.

Returns:

  • (::String)


4360
4361
4362
# File 'sig/types.rbs', line 4360

def hub_content_arn
  @hub_content_arn
end

#hub_content_dependencies::Array[Types::HubContentDependency]

Returns the value of attribute hub_content_dependencies.

Returns:



4374
4375
4376
# File 'sig/types.rbs', line 4374

def hub_content_dependencies
  @hub_content_dependencies
end

#hub_content_description::String

Returns the value of attribute hub_content_description.

Returns:

  • (::String)


4367
4368
4369
# File 'sig/types.rbs', line 4367

def hub_content_description
  @hub_content_description
end

#hub_content_display_name::String

Returns the value of attribute hub_content_display_name.

Returns:

  • (::String)


4366
4367
4368
# File 'sig/types.rbs', line 4366

def hub_content_display_name
  @hub_content_display_name
end

#hub_content_document::String

Returns the value of attribute hub_content_document.

Returns:

  • (::String)


4369
4370
4371
# File 'sig/types.rbs', line 4369

def hub_content_document
  @hub_content_document
end

#hub_content_markdown::String

Returns the value of attribute hub_content_markdown.

Returns:

  • (::String)


4368
4369
4370
# File 'sig/types.rbs', line 4368

def hub_content_markdown
  @hub_content_markdown
end

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


4359
4360
4361
# File 'sig/types.rbs', line 4359

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])


4373
4374
4375
# File 'sig/types.rbs', line 4373

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")


4375
4376
4377
# File 'sig/types.rbs', line 4375

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")


4362
4363
4364
# File 'sig/types.rbs', line 4362

def hub_content_type
  @hub_content_type
end

#hub_content_version::String

Returns the value of attribute hub_content_version.

Returns:

  • (::String)


4361
4362
4363
# File 'sig/types.rbs', line 4361

def hub_content_version
  @hub_content_version
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


4364
4365
4366
# File 'sig/types.rbs', line 4364

def hub_name
  @hub_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4378
4379
4380
# File 'sig/types.rbs', line 4378

def last_modified_time
  @last_modified_time
end

#reference_min_version::String

Returns the value of attribute reference_min_version.

Returns:

  • (::String)


4371
4372
4373
# File 'sig/types.rbs', line 4371

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.

Returns:

  • (::String)


4370
4371
4372
# File 'sig/types.rbs', line 4370

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")


4372
4373
4374
# File 'sig/types.rbs', line 4372

def support_status
  @support_status
end