Struct aws_sdk_securityhub::model::AwsDynamoDbTableProjection [−][src]
#[non_exhaustive]pub struct AwsDynamoDbTableProjection {
pub non_key_attributes: Option<Vec<String>>,
pub projection_type: Option<String>,
}
Expand description
For global and local secondary indexes, identifies the attributes that are copied from the table into the index.
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.non_key_attributes: Option<Vec<String>>
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
projection_type: Option<String>
The types of attributes that are projected into the index.
Implementations
The nonkey attributes that are projected into the index. For each attribute, provide the attribute name.
The types of attributes that are projected into the index.
Creates a new builder-style object to manufacture AwsDynamoDbTableProjection
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 AwsDynamoDbTableProjection
impl Send for AwsDynamoDbTableProjection
impl Sync for AwsDynamoDbTableProjection
impl Unpin for AwsDynamoDbTableProjection
impl UnwindSafe for AwsDynamoDbTableProjection
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