Class: Aws::WellArchitected::Types::GetProfileTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::GetProfileTemplateOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_template ⇒ Types::ProfileTemplate
The profile template.
Instance Attribute Details
#profile_template ⇒ Types::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 |