Class: Aws::Types::RecommenderSchemaSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "DELETING")


2495
2496
2497
# File 'sig/types.rbs', line 2495

def status
  @status
end