pub struct Activity { /* private fields */ }Expand description
The AWS::StepFunctions::Activity resource type.
Trait Implementations§
Source§impl From<ActivityProperties> for Activity
impl From<ActivityProperties> for Activity
Source§fn from(properties: ActivityProperties) -> Activity
fn from(properties: ActivityProperties) -> Activity
Converts to this type from the input type.
Source§impl Resource for Activity
impl Resource for Activity
Source§const TYPE: &'static str = "AWS::StepFunctions::Activity"
const TYPE: &'static str = "AWS::StepFunctions::Activity"
Uniquely identifies the resource type.
Source§type Properties = ActivityProperties
type Properties = ActivityProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ActivityProperties
fn properties(&self) -> &ActivityProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ActivityProperties
fn properties_mut(&mut self) -> &mut ActivityProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Activity
impl RefUnwindSafe for Activity
impl Send for Activity
impl Sync for Activity
impl Unpin for Activity
impl UnwindSafe for Activity
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