Class: Aws::Types::DeleteHubContentRequest

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)


3395
3396
3397
# File 'sig/types.rbs', line 3395

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


3394
3395
3396
# File 'sig/types.rbs', line 3394

def hub_content_type
  @hub_content_type
end

#hub_content_version::String

Returns the value of attribute hub_content_version.

Returns:

  • (::String)


3396
3397
3398
# File 'sig/types.rbs', line 3396

def hub_content_version
  @hub_content_version
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


3393
3394
3395
# File 'sig/types.rbs', line 3393

def hub_name
  @hub_name
end