Class: Aws::CodeGuruProfiler::Types::GetProfileResponse

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

Overview

The structure representing the getProfileResponse.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_encodingString

The content encoding of the profile.

Returns:

  • (String)


893
894
895
896
897
898
899
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 893

class GetProfileResponse < Struct.new(
  :content_encoding,
  :content_type,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.

Returns:

  • (String)


893
894
895
896
897
898
899
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 893

class GetProfileResponse < Struct.new(
  :content_encoding,
  :content_type,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end

#profileString

Information about the profile.

Returns:

  • (String)


893
894
895
896
897
898
899
# File 'gems/aws-sdk-codeguruprofiler/lib/aws-sdk-codeguruprofiler/types.rb', line 893

class GetProfileResponse < Struct.new(
  :content_encoding,
  :content_type,
  :profile)
  SENSITIVE = []
  include Aws::Structure
end