Struct aws_sdk_quicksight::output::DescribeNamespaceOutput [−][src]
#[non_exhaustive]pub struct DescribeNamespaceOutput {
pub namespace: Option<NamespaceInfoV2>,
pub request_id: Option<String>,
pub status: i32,
}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.namespace: Option<NamespaceInfoV2>The information about the namespace that you're describing. The response includes
the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also
works for namespaces that are in the process of being created. For incomplete namespaces,
this API operation lists the namespace error types and messages associated with the creation process.
request_id: Option<String>The Amazon Web Services request ID for this operation.
status: i32The HTTP status of the request.
Implementations
The information about the namespace that you're describing. The response includes
the namespace ARN, name, Amazon Web Services Region, creation status, and identity store. DescribeNamespace also
works for namespaces that are in the process of being created. For incomplete namespaces,
this API operation lists the namespace error types and messages associated with the creation process.
The Amazon Web Services request ID for this operation.
Creates a new builder-style object to manufacture DescribeNamespaceOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DescribeNamespaceOutput
impl Send for DescribeNamespaceOutput
impl Sync for DescribeNamespaceOutput
impl Unpin for DescribeNamespaceOutput
impl UnwindSafe for DescribeNamespaceOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more