Struct aws_sdk_ram::operation::set_default_permission_version::SetDefaultPermissionVersionOutput
source · #[non_exhaustive]pub struct SetDefaultPermissionVersionOutput {
pub return_value: Option<bool>,
pub client_token: Option<String>,
/* private fields */
}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.return_value: Option<bool>A boolean value that indicates whether the operation was successful.
client_token: Option<String>The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
Implementations§
source§impl SetDefaultPermissionVersionOutput
impl SetDefaultPermissionVersionOutput
sourcepub fn return_value(&self) -> Option<bool>
pub fn return_value(&self) -> Option<bool>
A boolean value that indicates whether the operation was successful.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
source§impl SetDefaultPermissionVersionOutput
impl SetDefaultPermissionVersionOutput
sourcepub fn builder() -> SetDefaultPermissionVersionOutputBuilder
pub fn builder() -> SetDefaultPermissionVersionOutputBuilder
Creates a new builder-style object to manufacture SetDefaultPermissionVersionOutput.
Trait Implementations§
source§impl Clone for SetDefaultPermissionVersionOutput
impl Clone for SetDefaultPermissionVersionOutput
source§fn clone(&self) -> SetDefaultPermissionVersionOutput
fn clone(&self) -> SetDefaultPermissionVersionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for SetDefaultPermissionVersionOutput
impl PartialEq for SetDefaultPermissionVersionOutput
source§fn eq(&self, other: &SetDefaultPermissionVersionOutput) -> bool
fn eq(&self, other: &SetDefaultPermissionVersionOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for SetDefaultPermissionVersionOutput
impl RequestId for SetDefaultPermissionVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.