Class: Aws::Types::GetRecommenderSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommenderSchemaResponse
- 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_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def created_at @created_at end |
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def fields @fields end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def status @status end |