Class: Aws::CodeGuruProfiler::Types::ProfilingGroupDescription

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

Overview

Contains information about a profiling group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_orchestration_configTypes::AgentOrchestrationConfig

An AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled or not.



1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) identifying the profiling group resource.

Returns:

  • (String)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#compute_platformString

The compute platform of the profiling group. If it is set to AWSLambda, then the profiled application runs on AWS Lambda. If it is set to Default, then the profiled application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. The default is Default.

Returns:

  • (String)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time when the profiling group was created. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Returns:

  • (Time)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the profiling group.

Returns:

  • (String)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#profiling_statusTypes::ProfilingStatus

A ProfilingStatus object that includes information about the last time a profile agent pinged back, the last time a profile was received, and the aggregation period and start time for the most recent aggregated profile.



1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of the tags that belong to this profiling group.

Returns:

  • (Hash<String,String>)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time when the profiling group was last updated. Specify using the ISO 8601 format. For example, 2020-06-01T13:15:02.001Z represents 1 millisecond past June 1, 2020 1:15:02 PM UTC.

Returns:

  • (Time)


1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 1552

class ProfilingGroupDescription < Struct.new(
  :agent_orchestration_config,
  :arn,
  :compute_platform,
  :created_at,
  :name,
  :profiling_status,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end