Struct aws_sdk_connectcases::output::GetLayoutOutput
source · [−]#[non_exhaustive]pub struct GetLayoutOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetLayoutOutput
impl GetLayoutOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetLayoutOutput
.
Trait Implementations
sourceimpl Clone for GetLayoutOutput
impl Clone for GetLayoutOutput
sourcefn clone(&self) -> GetLayoutOutput
fn clone(&self) -> GetLayoutOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetLayoutOutput
impl Debug for GetLayoutOutput
sourceimpl PartialEq<GetLayoutOutput> for GetLayoutOutput
impl PartialEq<GetLayoutOutput> for GetLayoutOutput
sourcefn eq(&self, other: &GetLayoutOutput) -> bool
fn eq(&self, other: &GetLayoutOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more