Struct aws_sdk_securityhub::model::aws_iam_access_key_session_context::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsIamAccessKeySessionContext
Implementations
Attributes of the session that the key was used for.
Attributes of the session that the key was used for.
Information about the entity that created the session.
pub fn set_session_issuer(
self,
input: Option<AwsIamAccessKeySessionContextSessionIssuer>
) -> Self
pub fn set_session_issuer(
self,
input: Option<AwsIamAccessKeySessionContextSessionIssuer>
) -> Self
Information about the entity that created the session.
Consumes the builder and constructs a AwsIamAccessKeySessionContext
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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