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)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "DELETING")


2483
2484
2485
# File 'sig/types.rbs', line 2483

def status
  @status
end