Class: Aws::Types::RecommendationTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • ("CfnYaml", "CfnJson")


1111
1112
1113
# File 'sig/types.rbs', line 1111

def format
  @format
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def message
  @message
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def name
  @name
end

#needs_replacements ⇒ Boolean

Returns the value of attribute needs_replacements.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("Alarm" | "Sop" | "Test")])


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.

Returns:

  • (::Time)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def start_time
  @start_time
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


1119
1120
1121
# File 'sig/types.rbs', line 1119

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1120
1121
1122
# File 'sig/types.rbs', line 1120

def tags
  @tags
end

#templates_location ⇒ Types::S3Location

Returns the value of attribute templates_location.

Returns:



1121
1122
1123
# File 'sig/types.rbs', line 1121

def templates_location
  @templates_location
end