Struct aws_sdk_connectcases::operation::get_layout::GetLayoutOutput
source · #[non_exhaustive]pub struct GetLayoutOutput { /* private fields */ }
Implementations§
source§impl GetLayoutOutput
impl GetLayoutOutput
sourcepub fn layout_arn(&self) -> Option<&str>
pub fn layout_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the newly created layout.
sourcepub fn content(&self) -> Option<&LayoutContent>
pub fn content(&self) -> Option<&LayoutContent>
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
source§impl GetLayoutOutput
impl GetLayoutOutput
sourcepub fn builder() -> GetLayoutOutputBuilder
pub fn builder() -> GetLayoutOutputBuilder
Creates a new builder-style object to manufacture GetLayoutOutput
.
Trait Implementations§
source§impl Clone for GetLayoutOutput
impl Clone for GetLayoutOutput
source§fn clone(&self) -> GetLayoutOutput
fn clone(&self) -> GetLayoutOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetLayoutOutput
impl Debug for GetLayoutOutput
source§impl PartialEq<GetLayoutOutput> for GetLayoutOutput
impl PartialEq<GetLayoutOutput> for GetLayoutOutput
source§fn eq(&self, other: &GetLayoutOutput) -> bool
fn eq(&self, other: &GetLayoutOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetLayoutOutput
impl RequestId for GetLayoutOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetLayoutOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetLayoutOutput
impl Send for GetLayoutOutput
impl Sync for GetLayoutOutput
impl Unpin for GetLayoutOutput
impl UnwindSafe for GetLayoutOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more