Class: Aws::Types::CreateRecommenderSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommenderSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
-
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
515 516 517 |
# File 'sig/types.rbs', line 515 def @tags end |