Class: Aws::DataZone::Types::GetProjectProfileOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :name]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the project profile was created.

Returns:

  • (Time)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 the project profile.

Returns:

  • (String)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 the project profile.

Returns:

  • (String)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 of the project profile.

Returns:

  • (String)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 ID of the domain unit of the project profile.

Returns:

  • (String)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 the project profile.



9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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 of when project profile was last updated.

Returns:

  • (Time)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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)


9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9496

class GetProjectProfileOutput < 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