#[non_exhaustive]pub struct BatchGetResourceConfigOutput { /* private fields */ }Implementations§
source§impl BatchGetResourceConfigOutput
impl BatchGetResourceConfigOutput
sourcepub fn base_configuration_items(&self) -> Option<&[BaseConfigurationItem]>
pub fn base_configuration_items(&self) -> Option<&[BaseConfigurationItem]>
A list that contains the current configuration of one or more resources.
sourcepub fn unprocessed_resource_keys(&self) -> Option<&[ResourceKey]>
pub fn unprocessed_resource_keys(&self) -> Option<&[ResourceKey]>
A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.
source§impl BatchGetResourceConfigOutput
impl BatchGetResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetResourceConfigOutput.
Trait Implementations§
source§impl Clone for BatchGetResourceConfigOutput
impl Clone for BatchGetResourceConfigOutput
source§fn clone(&self) -> BatchGetResourceConfigOutput
fn clone(&self) -> BatchGetResourceConfigOutput
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 more