Class: Aws::Types::UpdateHubContentReferenceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hub_content_name::String

Returns the value of attribute hub_content_name.

Returns:

  • (::String)


12109
12110
12111
# File 'sig/types.rbs', line 12109

def hub_content_name
  @hub_content_name
end

#hub_content_type"Model", ...

Returns the value of attribute hub_content_type.

Returns:

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


12110
12111
12112
# File 'sig/types.rbs', line 12110

def hub_content_type
  @hub_content_type
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


12108
12109
12110
# File 'sig/types.rbs', line 12108

def hub_name
  @hub_name
end

#min_version::String

Returns the value of attribute min_version.

Returns:

  • (::String)


12111
12112
12113
# File 'sig/types.rbs', line 12111

def min_version
  @min_version
end