Struct aws_sdk_datasync::model::AgentListEntry
source · #[non_exhaustive]pub struct AgentListEntry { /* private fields */ }
Expand description
Represents a single entry in a list of agents. AgentListEntry
returns an array that contains a list of agents when the ListAgents operation is called.
Implementations§
source§impl AgentListEntry
impl AgentListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AgentListEntry
.
Trait Implementations§
source§impl Clone for AgentListEntry
impl Clone for AgentListEntry
source§fn clone(&self) -> AgentListEntry
fn clone(&self) -> AgentListEntry
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 moresource§impl Debug for AgentListEntry
impl Debug for AgentListEntry
source§impl PartialEq<AgentListEntry> for AgentListEntry
impl PartialEq<AgentListEntry> for AgentListEntry
source§fn eq(&self, other: &AgentListEntry) -> bool
fn eq(&self, other: &AgentListEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.