Class: Aws::Types::RecommendationResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_resource_id ⇒ ::String
Returns the value of attribute aws_resource_id.
-
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
-
#region_code ⇒ ::String
Returns the value of attribute region_code.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
321 322 323 |
# File 'sig/types.rbs', line 321 def arn @arn end |
#aws_resource_id ⇒ ::String
Returns the value of attribute aws_resource_id.
322 323 324 |
# File 'sig/types.rbs', line 322 def aws_resource_id @aws_resource_id end |
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
327 328 329 |
# File 'sig/types.rbs', line 327 def exclusion_status @exclusion_status end |
#id ⇒ ::String
Returns the value of attribute id.
320 321 322 |
# File 'sig/types.rbs', line 320 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
326 327 328 |
# File 'sig/types.rbs', line 326 def last_updated_at @last_updated_at end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
325 326 327 |
# File 'sig/types.rbs', line 325 def @metadata end |
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
328 329 330 |
# File 'sig/types.rbs', line 328 def recommendation_arn @recommendation_arn end |
#region_code ⇒ ::String
Returns the value of attribute region_code.
323 324 325 |
# File 'sig/types.rbs', line 323 def region_code @region_code end |
#status ⇒ "ok", ...
Returns the value of attribute status.
324 325 326 |
# File 'sig/types.rbs', line 324 def status @status end |