Class: Aws::DataZone::Types::UpdateProjectProfileOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp at which a project profile is created.

Returns:

  • (Time)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The user who created a project profile.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of a project profile.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the domain where project profile is to be updated.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_unit_idString

The domain unit ID of the project profile to be updated.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#environment_configurationsArray<Types::EnvironmentConfiguration>

The environment configurations of a project profile.



19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the project profile.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#last_updated_atTime

The timestamp at which a project profile was last updated.

Returns:

  • (Time)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the project profile.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#statusString

The status of the project profile.

Returns:

  • (String)


19651
19652
19653
19654
19655
19656
19657
19658
19659
19660
19661
19662
19663
19664
# File 'lib/aws-sdk-datazone/types.rb', line 19651

class UpdateProjectProfileOutput < Struct.new(
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :domain_unit_id,
  :environment_configurations,
  :id,
  :last_updated_at,
  :name,
  :status)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end