[−][src]Struct rusoto_servicediscovery::DiscoverInstancesRequest
Fields
health_status: Option<String>
The health status of the instances that you want to discover.
max_results: Option<i64>
The maximum number of instances that you want Cloud Map to return in the response to a DiscoverInstances
request. If you don't specify a value for MaxResults
, Cloud Map returns up to 100 instances.
namespace_name: String
The name of the namespace that you specified when you registered the instance.
query_parameters: Option<HashMap<String, String>>
A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all the specified key/value pairs will be returned.
service_name: String
The name of the service that you specified when you registered the instance.
Trait Implementations
impl PartialEq<DiscoverInstancesRequest> for DiscoverInstancesRequest
[src]
fn eq(&self, other: &DiscoverInstancesRequest) -> bool
[src]
fn ne(&self, other: &DiscoverInstancesRequest) -> bool
[src]
impl Default for DiscoverInstancesRequest
[src]
fn default() -> DiscoverInstancesRequest
[src]
impl Clone for DiscoverInstancesRequest
[src]
fn clone(&self) -> DiscoverInstancesRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DiscoverInstancesRequest
[src]
impl Serialize for DiscoverInstancesRequest
[src]
Auto Trait Implementations
impl Send for DiscoverInstancesRequest
impl Sync for DiscoverInstancesRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self