Class: Aws::WellArchitected::Types::ProfileSummary

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

Overview

Summary of a profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time when the profile was created.

Returns:

  • (Time)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#ownerString

An Amazon Web Services account ID.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#profile_arnString

The profile ARN.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#profile_descriptionString

The profile description.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#profile_nameString

The profile name.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#profile_versionString

The profile version.

Returns:

  • (String)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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

#updated_atTime

The date and time when the profile was last updated.

Returns:

  • (Time)


6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
6471
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6461

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