pub struct GetSpotDatafeedSubscriptionResult {
pub bucket: Output<String>,
pub id: Output<String>,
pub prefix: Output<String>,
}
Fields§
§bucket: Output<String>
The name of the Amazon S3 bucket where the spot instance data feed is located.
id: Output<String>
The provider-assigned unique ID for this managed resource.
prefix: Output<String>
The prefix for the data feed files.
Auto Trait Implementations§
impl Freeze for GetSpotDatafeedSubscriptionResult
impl RefUnwindSafe for GetSpotDatafeedSubscriptionResult
impl Send for GetSpotDatafeedSubscriptionResult
impl Sync for GetSpotDatafeedSubscriptionResult
impl Unpin for GetSpotDatafeedSubscriptionResult
impl UnwindSafe for GetSpotDatafeedSubscriptionResult
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