Struct aws_sdk_connectcases::operation::get_layout::GetLayoutOutput
source · #[non_exhaustive]pub struct GetLayoutOutput {
pub layout_id: Option<String>,
pub layout_arn: Option<String>,
pub name: Option<String>,
pub content: Option<LayoutContent>,
pub tags: Option<HashMap<String, 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.layout_id: Option<String>
The unique identifier of the layout.
layout_arn: Option<String>
The Amazon Resource Name (ARN) of the newly created layout.
name: Option<String>
The name of the layout. It must be unique.
content: 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.
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetLayoutOutput
impl Debug for GetLayoutOutput
source§impl PartialEq for GetLayoutOutput
impl PartialEq for GetLayoutOutput
source§fn eq(&self, other: &GetLayoutOutput) -> bool
fn eq(&self, other: &GetLayoutOutput) -> bool
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>
None
if the service could not be reached.