Class: Aws::Types::CreateRecommendationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRecommendationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#format ⇒ "CfnYaml", "CfnJson"
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
-
#recommendation_types ⇒ ::Array[("Alarm" | "Sop" | "Test")]
Returns the value of attribute recommendation_types.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
338 339 340 |
# File 'sig/types.rbs', line 338 def assessment_arn @assessment_arn end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
339 340 341 |
# File 'sig/types.rbs', line 339 def bucket_name @bucket_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
340 341 342 |
# File 'sig/types.rbs', line 340 def client_token @client_token end |
#format ⇒ "CfnYaml", "CfnJson"
Returns the value of attribute format.
341 342 343 |
# File 'sig/types.rbs', line 341 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
342 343 344 |
# File 'sig/types.rbs', line 342 def name @name end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
343 344 345 |
# File 'sig/types.rbs', line 343 def recommendation_ids @recommendation_ids end |
#recommendation_types ⇒ ::Array[("Alarm" | "Sop" | "Test")]
Returns the value of attribute recommendation_types.
344 345 346 |
# File 'sig/types.rbs', line 344 def recommendation_types @recommendation_types end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
345 346 347 |
# File 'sig/types.rbs', line 345 def @tags end |