Struct aws_sdk_config::model::StoredQueryMetadata
source · [−]#[non_exhaustive]pub struct StoredQueryMetadata {
pub query_id: Option<String>,
pub query_arn: Option<String>,
pub query_name: Option<String>,
pub description: Option<String>,
}Expand description
Returns details of a specific query.
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.query_id: Option<String>The ID of the query.
query_arn: Option<String>Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
query_name: Option<String>The name of the query.
description: Option<String>A unique description for the query.
Implementations
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
The name of the query.
A unique description for the query.
Creates a new builder-style object to manufacture StoredQueryMetadata
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 StoredQueryMetadata
impl Send for StoredQueryMetadata
impl Sync for StoredQueryMetadata
impl Unpin for StoredQueryMetadata
impl UnwindSafe for StoredQueryMetadata
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