Class: Aws::WellArchitected::Types::UpdateProfileOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profileTypes::Profile

The profile.

Returns:



5828
5829
5830
5831
5832
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5828

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