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)


3412
3413
3414
# File 'sig/types.rbs', line 3412

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


3411
3412
3413
# File 'sig/types.rbs', line 3411

def hub_content_type
  @hub_content_type
end

#hub_content_version::String

Returns the value of attribute hub_content_version.

Returns:

  • (::String)


3413
3414
3415
# File 'sig/types.rbs', line 3413

def hub_content_version
  @hub_content_version
end

#hub_name::String

Returns the value of attribute hub_name.

Returns:

  • (::String)


3410
3411
3412
# File 'sig/types.rbs', line 3410

def hub_name
  @hub_name
end