Class: Aws::WellArchitected::Types::GetProfileOutput

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

#profile ⇒ Types::Profile

The profile.

Returns:



3742
3743
3744
3745
3746
# File 'lib/aws-sdk-wellarchitected/types.rb', line 3742

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