You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeGuruProfiler::Types::PostAgentProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PostAgentProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  agent_profile: "data", # required
  content_type: "String", # required
  profile_token: "ClientToken",
  profiling_group_name: "ProfilingGroupName", # required
}

The structure representing the postAgentProfileRequest.

Instance Attribute Summary collapse

Instance Attribute Details

#agent_profileString

The submitted profiling data.

Returns:

  • (String)

    The submitted profiling data.

#content_typeString

The format of the submitted profiling data. The format maps to the Accept and Content-Type headers of the HTTP request. You can specify one of the following: or the default .

 <ul> <li> <p> <code>application/json</code> — standard JSON format </p> </li> <li> <p> <code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information, see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>. </p> </li> </ul>

Returns:

  • (String)

    The format of the submitted profiling data.

#profile_tokenString

Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of duplicate profiling data if there are failures and retries.

Returns:

  • (String)

    Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of duplicate profiling data if there are failures and retries.

#profiling_group_nameString

The name of the profiling group with the aggregated profile that receives the submitted profiling data.

Returns:

  • (String)

    The name of the profiling group with the aggregated profile that receives the submitted profiling data.