Class: Aws::WellArchitected::Types::GetProfileTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_templateTypes::ProfileTemplate

The profile template.



2359
2360
2361
2362
2363
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2359

class GetProfileTemplateOutput < Struct.new(
  :profile_template)
  SENSITIVE = []
  include Aws::Structure
end