pub struct SpotDatafeedSubscriptionResult {
pub bucket: Output<String>,
pub prefix: Output<Option<String>>,
}
Fields§
§bucket: Output<String>
The Amazon S3 bucket in which to store the Spot instance data feed.
prefix: Output<Option<String>>
Path of folder inside bucket to place spot pricing data.
Auto Trait Implementations§
impl Freeze for SpotDatafeedSubscriptionResult
impl RefUnwindSafe for SpotDatafeedSubscriptionResult
impl Send for SpotDatafeedSubscriptionResult
impl Sync for SpotDatafeedSubscriptionResult
impl Unpin for SpotDatafeedSubscriptionResult
impl UnwindSafe for SpotDatafeedSubscriptionResult
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