[−][src]Struct rusoto_ssm::InstanceInformation
Describes a filter for a specific list of instances.
Fields
activation_id: Option<String>
The activation ID created by Systems Manager when the server or VM was registered.
agent_version: Option<String>
The version of SSM Agent running on your Linux instance.
association_overview: Option<InstanceAggregatedAssociationOverview>
Information about the association.
association_status: Option<String>
The status of the association.
computer_name: Option<String>
The fully qualified host name of the managed instance.
ip_address: Option<String>
The IP address of the managed instance.
iam_role: Option<String>
The Amazon Identity and Access Management (IAM) role assigned to the on-premises Systems Manager managed instances. This call does not return the IAM role for Amazon EC2 instances.
instance_id: Option<String>
The instance ID.
is_latest_version: Option<bool>
Indicates whether latest version of SSM Agent is running on your instance. Some older versions of Windows Server use the EC2Config service to process SSM requests. For this reason, this field does not indicate whether or not the latest version is installed on Windows managed instances.
last_association_execution_date: Option<f64>
The date the association was last run.
last_ping_date_time: Option<f64>
The date and time when agent last pinged Systems Manager service.
last_successful_association_execution_date: Option<f64>
The last date the association was successfully run.
name: Option<String>
The name of the managed instance.
ping_status: Option<String>
Connection status of SSM Agent.
platform_name: Option<String>
The name of the operating system platform running on your instance.
platform_type: Option<String>
The operating system platform type.
platform_version: Option<String>
The version of the OS platform running on your instance.
registration_date: Option<f64>
The date the server or VM was registered with AWS as a managed instance.
resource_type: Option<String>
The type of instance. Instances are either EC2 instances or managed instances.
Trait Implementations
impl PartialEq<InstanceInformation> for InstanceInformation
[src]
fn eq(&self, other: &InstanceInformation) -> bool
[src]
fn ne(&self, other: &InstanceInformation) -> bool
[src]
impl Default for InstanceInformation
[src]
fn default() -> InstanceInformation
[src]
impl Clone for InstanceInformation
[src]
fn clone(&self) -> InstanceInformation
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for InstanceInformation
[src]
impl<'de> Deserialize<'de> for InstanceInformation
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for InstanceInformation
impl Sync for InstanceInformation
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> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self