Class: Aws::CodeGuruProfiler::Types::GetProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruProfiler::Types::GetProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeguruprofiler/types.rb
Overview
The structure representing the getProfileResponse.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_encoding ⇒ String
The content encoding of the profile.
-
#content_type ⇒ String
The content type of the profile in the payload.
-
#profile ⇒ String
Information about the profile.
Instance Attribute Details
#content_encoding ⇒ String
The content encoding of the profile.
893 894 895 896 897 898 899 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 893 class GetProfileResponse < Struct.new( :content_encoding, :content_type, :profile) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
The content type of the profile in the payload. It is either ‘application/json` or the default `application/x-amzn-ion`.
893 894 895 896 897 898 899 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 893 class GetProfileResponse < Struct.new( :content_encoding, :content_type, :profile) SENSITIVE = [] include Aws::Structure end |
#profile ⇒ String
Information about the profile.
893 894 895 896 897 898 899 |
# File 'lib/aws-sdk-codeguruprofiler/types.rb', line 893 class GetProfileResponse < Struct.new( :content_encoding, :content_type, :profile) SENSITIVE = [] include Aws::Structure end |