Class: Aws::Types::UpdateHubContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_description::String

Returns the value of attribute hub_content_description.

Returns:

  • (::String)


12135
12136
12137
# File 'sig/types.rbs', line 12135

def hub_content_description
  @hub_content_description
end

#hub_content_display_name::String

Returns the value of attribute hub_content_display_name.

Returns:

  • (::String)


12134
12135
12136
# File 'sig/types.rbs', line 12134

def hub_content_display_name
  @hub_content_display_name
end

#hub_content_markdown::String

Returns the value of attribute hub_content_markdown.

Returns:

  • (::String)


12136
12137
12138
# File 'sig/types.rbs', line 12136

def hub_content_markdown
  @hub_content_markdown
end

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


12131
12132
12133
# File 'sig/types.rbs', line 12131

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


12137
12138
12139
# File 'sig/types.rbs', line 12137

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


12132
12133
12134
# File 'sig/types.rbs', line 12132

def hub_content_type
  @hub_content_type
end

#hub_content_version::String

Returns the value of attribute hub_content_version.

Returns:

  • (::String)


12133
12134
12135
# File 'sig/types.rbs', line 12133

def hub_content_version
  @hub_content_version
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


12130
12131
12132
# File 'sig/types.rbs', line 12130

def hub_name
  @hub_name
end

#support_status"Supported", ...

Returns the value of attribute support_status.

Returns:

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


12138
12139
12140
# File 'sig/types.rbs', line 12138

def support_status
  @support_status
end