Class: Aws::WellArchitected::Types::UpdateProfileOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::UpdateProfileOutput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile ⇒ Types::Profile
The profile.
Instance Attribute Details
#profile ⇒ Types::Profile
The profile.
8193 8194 8195 8196 8197 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8193 class UpdateProfileOutput < Struct.new( :profile) SENSITIVE = [] include Aws::Structure end |