Class: Aws::Types::AgentRecommendationItemSummary

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)


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.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def created_by
  @created_by
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (Object)


78
79
80
# File 'sig/types.rbs', line 78

def 
  @metadata
end

#recommendation_arn ⇒ ::String

Returns the value of attribute recommendation_arn.

Returns:

  • (::String)


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.

Returns:

  • ("AWS_RESOURCE", "RECOMMENDATION")


77
78
79
# File 'sig/types.rbs', line 77

def type
  @type
end