Class: Aws::WellArchitected::Types::CreateProfileOutput

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

#profile_arnString

The profile ARN.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1003

class CreateProfileOutput < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

Version of the profile.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 1003

class CreateProfileOutput < Struct.new(
  :profile_arn,
  :profile_version)
  SENSITIVE = []
  include Aws::Structure
end