Class: Aws::WellArchitected::Types::Profile
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::Profile
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time recorded.
-
#owner ⇒ String
An Amazon Web Services account ID.
-
#profile_arn ⇒ String
The profile ARN.
-
#profile_description ⇒ String
The profile description.
-
#profile_name ⇒ String
The profile name.
-
#profile_questions ⇒ Array<Types::ProfileQuestion>
Profile questions.
-
#profile_version ⇒ String
The profile version.
-
#share_invitation_id ⇒ String
The ID assigned to the share invitation.
-
#tags ⇒ Hash<String,String>
The tags assigned to the profile.
-
#updated_at ⇒ Time
The date and time recorded.
Instance Attribute Details
#created_at ⇒ Time
The date and time recorded.
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 |
#owner ⇒ String
An Amazon Web Services account ID.
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_arn ⇒ String
The profile ARN.
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_description ⇒ String
The profile description.
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_name ⇒ String
The profile name.
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_questions ⇒ Array<Types::ProfileQuestion>
Profile questions.
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_version ⇒ String
The profile version.
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_id ⇒ String
The ID assigned to the share invitation.
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 |
#tags ⇒ Hash<String,String>
The tags assigned to the profile.
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_at ⇒ Time
The date and time recorded.
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 |