Class: Aws::Types::ImportHubContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_schema_version::String

Returns the value of attribute document_schema_version.

Returns:

  • (::String)


6542
6543
6544
# File 'sig/types.rbs', line 6542

def document_schema_version
  @document_schema_version
end

#hub_content_description::String

Returns the value of attribute hub_content_description.

Returns:

  • (::String)


6545
6546
6547
# File 'sig/types.rbs', line 6545

def hub_content_description
  @hub_content_description
end

#hub_content_display_name::String

Returns the value of attribute hub_content_display_name.

Returns:

  • (::String)


6544
6545
6546
# File 'sig/types.rbs', line 6544

def hub_content_display_name
  @hub_content_display_name
end

#hub_content_document::String

Returns the value of attribute hub_content_document.

Returns:

  • (::String)


6547
6548
6549
# File 'sig/types.rbs', line 6547

def hub_content_document
  @hub_content_document
end

#hub_content_markdown::String

Returns the value of attribute hub_content_markdown.

Returns:

  • (::String)


6546
6547
6548
# File 'sig/types.rbs', line 6546

def hub_content_markdown
  @hub_content_markdown
end

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


6539
6540
6541
# File 'sig/types.rbs', line 6539

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


6549
6550
6551
# File 'sig/types.rbs', line 6549

def hub_content_search_keywords
  @hub_content_search_keywords
end

#hub_content_type"Model", ...

Returns the value of attribute hub_content_type.

Returns:

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


6541
6542
6543
# File 'sig/types.rbs', line 6541

def hub_content_type
  @hub_content_type
end

#hub_content_version::String

Returns the value of attribute hub_content_version.

Returns:

  • (::String)


6540
6541
6542
# File 'sig/types.rbs', line 6540

def hub_content_version
  @hub_content_version
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


6543
6544
6545
# File 'sig/types.rbs', line 6543

def hub_name
  @hub_name
end

#support_status"Supported", ...

Returns the value of attribute support_status.

Returns:

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


6548
6549
6550
# File 'sig/types.rbs', line 6548

def support_status
  @support_status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



6550
6551
6552
# File 'sig/types.rbs', line 6550

def tags
  @tags
end