Class: Aws::DataZone::Types::GetEnvironmentProfileOutput

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

#aws_account_idString

The ID of the Amazon Web Services account where this environment profile exists.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#aws_account_regionString

The Amazon Web Services region where this environment profile exists.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_atTime

The timestamp of when this environment profile was created.

Returns:

  • (Time)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#created_byString

The Amazon DataZone user who created this environment profile.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#descriptionString

The description of the environment profile.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#domain_idString

The ID of the Amazon DataZone domain in which this environment profile exists.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#environment_blueprint_idString

The ID of the blueprint with which this environment profile is created.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#idString

The ID of the environment profile.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#nameString

The name of the environment profile.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#project_idString

The ID of the Amazon DataZone project in which this environment profile is created.

Returns:

  • (String)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#updated_atTime

The timestamp of when this environment profile was upated.

Returns:

  • (Time)


5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end

#user_parametersArray<Types::CustomParameter>

The user parameters of the environment profile.

Returns:



5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5345

class GetEnvironmentProfileOutput < Struct.new(
  :aws_account_id,
  :aws_account_region,
  :created_at,
  :created_by,
  :description,
  :domain_id,
  :environment_blueprint_id,
  :id,
  :name,
  :project_id,
  :updated_at,
  :user_parameters)
  SENSITIVE = [:description, :name]
  include Aws::Structure
end