Class: Aws::Types::CreateRecommendationTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_arn ⇒ ::String

Returns the value of attribute assessment_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def client_token
  @client_token
end

#format ⇒ "CfnYaml", "CfnJson"

Returns the value of attribute format.

Returns:

  • ("CfnYaml", "CfnJson")


341
342
343
# File 'sig/types.rbs', line 341

def format
  @format
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def name
  @name
end

#recommendation_ids ⇒ ::Array[::String]

Returns the value of attribute recommendation_ids.

Returns:

  • (::Array[::String])


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.

Returns:

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


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.

Returns:

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


345
346
347
# File 'sig/types.rbs', line 345

def tags
  @tags
end