Class: Aws::Types::DeleteHubContentReferenceRequest

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)


3388
3389
3390
# File 'sig/types.rbs', line 3388

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


3387
3388
3389
# File 'sig/types.rbs', line 3387

def hub_content_type
  @hub_content_type
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


3386
3387
3388
# File 'sig/types.rbs', line 3386

def hub_name
  @hub_name
end