Class: Aws::Types::AgentRecommendationItemSummary
- Inherits:
-
Object
- Object
- Aws::Types::AgentRecommendationItemSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
-
#type ⇒ "AWS_RESOURCE", "RECOMMENDATION"
Returns the value of attribute type.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
80 81 82 |
# File 'sig/types.rbs', line 80 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
79 80 81 |
# File 'sig/types.rbs', line 79 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
75 76 77 |
# File 'sig/types.rbs', line 75 def id @id end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
82 83 84 |
# File 'sig/types.rbs', line 82 def last_modified_at @last_modified_at end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
81 82 83 |
# File 'sig/types.rbs', line 81 def last_modified_by @last_modified_by end |
#metadata ⇒ Object
Returns the value of attribute metadata.
78 79 80 |
# File 'sig/types.rbs', line 78 def @metadata end |
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def recommendation_arn @recommendation_arn end |
#type ⇒ "AWS_RESOURCE", "RECOMMENDATION"
Returns the value of attribute type.
77 78 79 |
# File 'sig/types.rbs', line 77 def type @type end |