Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_context::String

Returns the value of attribute additional_context.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def additional_context
  @additional_context
end

#agent_space_arn::String

Returns the value of attribute agent_space_arn.

Returns:

  • (::String)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def agent_space_arn
  @agent_space_arn
end

#contentTypes::RecommendationContent

Returns the value of attribute content.



1333
1334
1335
# File 'sig/types.rbs', line 1333

def content
  @content
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def created_at
  @created_at
end

#goal_id::String

Returns the value of attribute goal_id.

Returns:

  • (::String)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def goal_id
  @goal_id
end

#goal_version::Integer

Returns the value of attribute goal_version.

Returns:

  • (::Integer)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def goal_version
  @goal_version
end

#priority"HIGH", ...

Returns the value of attribute priority.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


1335
1336
1337
# File 'sig/types.rbs', line 1335

def priority
  @priority
end

#rank_position::Integer

Returns the value of attribute rank_position.

Returns:

  • (::Integer)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def rank_position
  @rank_position
end

#ranked_at::Time

Returns the value of attribute ranked_at.

Returns:

  • (::Time)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def ranked_at
  @ranked_at
end

#recommendation_id::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def recommendation_id
  @recommendation_id
end

#status"PROPOSED", ...

Returns the value of attribute status.

Returns:

  • ("PROPOSED", "ACCEPTED", "REJECTED", "CLOSED", "COMPLETED", "UPDATE_IN_PROGRESS")


1334
1335
1336
# File 'sig/types.rbs', line 1334

def status
  @status
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def task_id
  @task_id
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def title
  @title
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def updated_at
  @updated_at
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1342
1343
1344
# File 'sig/types.rbs', line 1342

def version
  @version
end