[−][src]Struct rusoto_cloudtrail::UpdateTrailResponse
Returns the objects or data listed below if successful. Otherwise, returns an error.
Fields
cloud_watch_logs_log_group_arn: Option<String>
Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.
cloud_watch_logs_role_arn: Option<String>
Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
include_global_service_events: Option<bool>
Specifies whether the trail is publishing events from global services such as IAM to the log files.
is_multi_region_trail: Option<bool>
Specifies whether the trail exists in one region or in all regions.
is_organization_trail: Option<bool>
Specifies whether the trail is an organization trail.
kms_key_id: Option<String>
Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format:
arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
log_file_validation_enabled: Option<bool>
Specifies whether log file integrity validation is enabled.
name: Option<String>
Specifies the name of the trail.
s3_bucket_name: Option<String>
Specifies the name of the Amazon S3 bucket designated for publishing log files.
s3_key_prefix: Option<String>
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.
sns_topic_arn: Option<String>
Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is:
arn:aws:sns:us-east-2:123456789012:MyTopic
trail_arn: Option<String>
Specifies the ARN of the trail that was updated. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
Trait Implementations
impl PartialEq<UpdateTrailResponse> for UpdateTrailResponse
[src]
fn eq(&self, other: &UpdateTrailResponse) -> bool
[src]
fn ne(&self, other: &UpdateTrailResponse) -> bool
[src]
impl Default for UpdateTrailResponse
[src]
fn default() -> UpdateTrailResponse
[src]
impl Clone for UpdateTrailResponse
[src]
fn clone(&self) -> UpdateTrailResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for UpdateTrailResponse
[src]
impl<'de> Deserialize<'de> for UpdateTrailResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for UpdateTrailResponse
impl Sync for UpdateTrailResponse
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self