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

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

#profileTypes::Profile

The profile.

Returns:



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

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