pub struct GetKeyPairArgs {
pub filters: Output<Option<Vec<GetKeyPairFilter>>>,
pub include_public_key: Output<Option<bool>>,
pub key_name: Output<Option<String>>,
pub key_pair_id: Output<Option<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§filters: Output<Option<Vec<GetKeyPairFilter>>>
Custom filter block as described below.
include_public_key: Output<Option<bool>>
Whether to include the public key material in the response.
key_name: Output<Option<String>>
Key Pair name.
key_pair_id: Output<Option<String>>
Key Pair ID.
Any tags assigned to the Key Pair.
Implementations§
source§impl GetKeyPairArgs
impl GetKeyPairArgs
sourcepub fn builder() -> GetKeyPairArgsBuilder
pub fn builder() -> GetKeyPairArgsBuilder
Create an instance of GetKeyPairArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetKeyPairArgs
impl Clone for GetKeyPairArgs
source§fn clone(&self) -> GetKeyPairArgs
fn clone(&self) -> GetKeyPairArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetKeyPairArgs
impl RefUnwindSafe for GetKeyPairArgs
impl Send for GetKeyPairArgs
impl Sync for GetKeyPairArgs
impl Unpin for GetKeyPairArgs
impl UnwindSafe for GetKeyPairArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)