Class: Aws::Types::RecommendationTemplate
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#format ⇒ "CfnYaml", "CfnJson"
Returns the value of attribute format.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#needs_replacements ⇒ Boolean
Returns the value of attribute needs_replacements.
-
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
-
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
-
#recommendation_types ⇒ ::Array[("Alarm" | "Sop" | "Test")]
Returns the value of attribute recommendation_types.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#templates_location ⇒ Types::S3Location
Returns the value of attribute templates_location.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def app_arn @app_arn end |
#assessment_arn ⇒ ::String
Returns the value of attribute assessment_arn.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def assessment_arn @assessment_arn end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def end_time @end_time end |
#format ⇒ "CfnYaml", "CfnJson"
Returns the value of attribute format.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def format @format end |
#message ⇒ ::String
Returns the value of attribute message.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def name @name end |
#needs_replacements ⇒ Boolean
Returns the value of attribute needs_replacements.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def needs_replacements @needs_replacements end |
#recommendation_ids ⇒ ::Array[::String]
Returns the value of attribute recommendation_ids.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def recommendation_ids @recommendation_ids end |
#recommendation_template_arn ⇒ ::String
Returns the value of attribute recommendation_template_arn.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def recommendation_template_arn @recommendation_template_arn end |
#recommendation_types ⇒ ::Array[("Alarm" | "Sop" | "Test")]
Returns the value of attribute recommendation_types.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def recommendation_types @recommendation_types end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def start_time @start_time end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def @tags end |
#templates_location ⇒ Types::S3Location
Returns the value of attribute templates_location.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def templates_location @templates_location end |