Struct aws_sdk_ram::operation::associate_resource_share_permission::AssociateResourceSharePermissionOutput
source · #[non_exhaustive]pub struct AssociateResourceSharePermissionOutput {
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 return value of true indicates that the request succeeded. A value of false indicates that the request failed.
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§
sourcepub fn return_value(&self) -> Option<bool>
pub fn return_value(&self) -> Option<bool>
A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
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.
sourcepub fn builder() -> AssociateResourceSharePermissionOutputBuilder
pub fn builder() -> AssociateResourceSharePermissionOutputBuilder
Creates a new builder-style object to manufacture AssociateResourceSharePermissionOutput.
Trait Implementations§
source§fn clone(&self) -> AssociateResourceSharePermissionOutput
fn clone(&self) -> AssociateResourceSharePermissionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§fn eq(&self, other: &AssociateResourceSharePermissionOutput) -> bool
fn eq(&self, other: &AssociateResourceSharePermissionOutput) -> bool
self and other values to be equal, and is used
by ==.source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.