pub struct DescribeConfigurations { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeConfigurations.
Retrieves attributes for a list of configuration item IDs.
All of the supplied IDs must be for the same asset type from one of the following:
-
server
-
application
-
process
-
connection
Output fields are specific to the asset type specified. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, number of network cards, etc.
For a complete list of outputs for each asset type, see Using the DescribeConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
Implementations§
source§impl DescribeConfigurations
impl DescribeConfigurations
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeConfigurations, AwsResponseRetryClassifier>, SdkError<DescribeConfigurationsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeConfigurations, AwsResponseRetryClassifier>, SdkError<DescribeConfigurationsError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeConfigurationsOutput, SdkError<DescribeConfigurationsError>>
pub async fn send(
self
) -> Result<DescribeConfigurationsOutput, SdkError<DescribeConfigurationsError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn configuration_ids(self, input: impl Into<String>) -> Self
pub fn configuration_ids(self, input: impl Into<String>) -> Self
Appends an item to configurationIds.
To override the contents of this collection use set_configuration_ids.
One or more configuration IDs.
sourcepub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_configuration_ids(self, input: Option<Vec<String>>) -> Self
One or more configuration IDs.
Trait Implementations§
source§impl Clone for DescribeConfigurations
impl Clone for DescribeConfigurations
source§fn clone(&self) -> DescribeConfigurations
fn clone(&self) -> DescribeConfigurations
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more