Class: Aws::Types::GetRecommenderSchemaResponse

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)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("ACTIVE", "DELETING")


1389
1390
1391
# File 'sig/types.rbs', line 1389

def status
  @status
end