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.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 def created_at @created_at end |
#fields ⇒ ::Hash[::String, ::Array[Types::RecommenderSchemaField]]
Returns the value of attribute fields.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def fields @fields end |
#recommender_schema_name ⇒ ::String
Returns the value of attribute recommender_schema_name.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def recommender_schema_name @recommender_schema_name end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def status @status end |