Struct aws_sdk_codeguruprofiler::output::GetProfileOutput [−][src]
#[non_exhaustive]pub struct GetProfileOutput {
pub profile: Option<Blob>,
pub content_type: Option<String>,
pub content_encoding: Option<String>,
}
Expand description
The structure representing the getProfileResponse.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.profile: Option<Blob>
Information about the profile.
content_type: Option<String>
The content type of the profile in the payload. It is
either application/json
or the default
application/x-amzn-ion
.
content_encoding: Option<String>
The content encoding of the profile.
Implementations
The content type of the profile in the payload. It is
either application/json
or the default
application/x-amzn-ion
.
The content encoding of the profile.
Creates a new builder-style object to manufacture GetProfileOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetProfileOutput
impl Send for GetProfileOutput
impl Sync for GetProfileOutput
impl Unpin for GetProfileOutput
impl UnwindSafe for GetProfileOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more