Class: Aws::Types::CreateRecommenderSchemaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def domain_name
  @domain_name
end

#fields::Hash[::String, ::Array[Types::RecommenderSchemaField]]

Returns the value of attribute fields.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def fields
  @fields
end

#recommender_schema_name::String

Returns the value of attribute recommender_schema_name.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def recommender_schema_name
  @recommender_schema_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


515
516
517
# File 'sig/types.rbs', line 515

def tags
  @tags
end