Class: Aws::WellArchitected::Types::Profile

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

Overview

A profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time recorded.

Returns:

  • (Time)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_arnString

The profile ARN.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_descriptionString

The profile description.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The profile name.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_questionsArray<Types::ProfileQuestion>

Profile questions.

Returns:



4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The profile version.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#share_invitation_idString

The ID assigned to the share invitation.

Returns:

  • (String)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the profile.

Returns:

  • (Hash<String,String>)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4492

class Profile < Struct.new(
  :profile_arn,
  :profile_version,
  :profile_name,
  :profile_description,
  :profile_questions,
  :owner,
  :created_at,
  :updated_at,
  :share_invitation_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end