Class: Aws::Types::RecommenderSchemaSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommenderSchemaSummary
- 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.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def created_at @created_at end |
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def fields @fields end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def status @status end |