Struct aws_sdk_cloudfront::output::CreateFieldLevelEncryptionProfileOutput [−][src]
#[non_exhaustive]pub struct CreateFieldLevelEncryptionProfileOutput {
pub field_level_encryption_profile: Option<FieldLevelEncryptionProfile>,
pub location: Option<String>,
pub e_tag: Option<String>,
}
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.field_level_encryption_profile: Option<FieldLevelEncryptionProfile>
Returned when you create a new field-level encryption profile.
location: Option<String>
The fully qualified URI of the new profile resource just created.
e_tag: Option<String>
The current version of the field level encryption profile. For example: E2QWRUHAPOMQZL
.
Implementations
Returned when you create a new field-level encryption profile.
The fully qualified URI of the new profile resource just created.
Creates a new builder-style object to manufacture CreateFieldLevelEncryptionProfileOutput
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
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