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:



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