#[non_exhaustive]pub struct CreatePermissionOutput {
pub permission: Option<ResourceSharePermissionSummary>,
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.permission: Option<ResourceSharePermissionSummary>A structure with information about this customer managed permission.
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 CreatePermissionOutput
impl CreatePermissionOutput
sourcepub fn permission(&self) -> Option<&ResourceSharePermissionSummary>
pub fn permission(&self) -> Option<&ResourceSharePermissionSummary>
A structure with information about this customer managed permission.
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 CreatePermissionOutput
impl CreatePermissionOutput
sourcepub fn builder() -> CreatePermissionOutputBuilder
pub fn builder() -> CreatePermissionOutputBuilder
Creates a new builder-style object to manufacture CreatePermissionOutput.
Trait Implementations§
source§impl Clone for CreatePermissionOutput
impl Clone for CreatePermissionOutput
source§fn clone(&self) -> CreatePermissionOutput
fn clone(&self) -> CreatePermissionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreatePermissionOutput
impl Debug for CreatePermissionOutput
source§impl PartialEq for CreatePermissionOutput
impl PartialEq for CreatePermissionOutput
source§fn eq(&self, other: &CreatePermissionOutput) -> bool
fn eq(&self, other: &CreatePermissionOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for CreatePermissionOutput
impl RequestId for CreatePermissionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.