pub struct ConnectorDefinitionVersion { /* private fields */ }Expand description
The AWS::Greengrass::ConnectorDefinitionVersion resource type.
Trait Implementations§
Source§impl Debug for ConnectorDefinitionVersion
impl Debug for ConnectorDefinitionVersion
Source§impl Default for ConnectorDefinitionVersion
impl Default for ConnectorDefinitionVersion
Source§fn default() -> ConnectorDefinitionVersion
fn default() -> ConnectorDefinitionVersion
Returns the “default value” for a type. Read more
Source§impl From<ConnectorDefinitionVersionProperties> for ConnectorDefinitionVersion
impl From<ConnectorDefinitionVersionProperties> for ConnectorDefinitionVersion
Source§fn from(
properties: ConnectorDefinitionVersionProperties,
) -> ConnectorDefinitionVersion
fn from( properties: ConnectorDefinitionVersionProperties, ) -> ConnectorDefinitionVersion
Converts to this type from the input type.
Source§impl Resource for ConnectorDefinitionVersion
impl Resource for ConnectorDefinitionVersion
Source§const TYPE: &'static str = "AWS::Greengrass::ConnectorDefinitionVersion"
const TYPE: &'static str = "AWS::Greengrass::ConnectorDefinitionVersion"
Uniquely identifies the resource type.
Source§type Properties = ConnectorDefinitionVersionProperties
type Properties = ConnectorDefinitionVersionProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ConnectorDefinitionVersionProperties
fn properties(&self) -> &ConnectorDefinitionVersionProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ConnectorDefinitionVersionProperties
fn properties_mut(&mut self) -> &mut ConnectorDefinitionVersionProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for ConnectorDefinitionVersion
impl RefUnwindSafe for ConnectorDefinitionVersion
impl Send for ConnectorDefinitionVersion
impl Sync for ConnectorDefinitionVersion
impl Unpin for ConnectorDefinitionVersion
impl UnwindSafe for ConnectorDefinitionVersion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more