#[non_exhaustive]pub struct DescribeConfigurationRecorderStatusInput {
pub configuration_recorder_names: Option<Vec<String>>,
}Expand description
The input for the DescribeConfigurationRecorderStatus action.
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.configuration_recorder_names: Option<Vec<String>>The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorderStatus, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationRecorderStatus, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationRecorderStatus>
Creates a new builder-style object to manufacture DescribeConfigurationRecorderStatusInput
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
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