Class: Aws::Types::CreateRecommenderSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommenderSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
-
#recommender_schema_arn ⇒ ::String
Returns the value of attribute recommender_schema_arn.
-
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
523 524 525 |
# File 'sig/types.rbs', line 523 def created_at @created_at end |
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
522 523 524 |
# File 'sig/types.rbs', line 522 def fields @fields end |
#recommender_schema_arn ⇒ ::String
Returns the value of attribute recommender_schema_arn.
520 521 522 |
# File 'sig/types.rbs', line 520 def recommender_schema_arn @recommender_schema_arn end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
521 522 523 |
# File 'sig/types.rbs', line 521 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
524 525 526 |
# File 'sig/types.rbs', line 524 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
525 526 527 |
# File 'sig/types.rbs', line 525 def @tags end |