pub struct ModifyIdFormatRequest {
pub resource: String,
pub use_long_ids: bool,
}Fields§
§resource: StringThe type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | route-table | route-table-association | security-group | subnet | subnet-cidr-block-association | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway.
Alternatively, use the all-current option to include all resource types that are currently within their opt-in period for longer IDs.
use_long_ids: boolIndicate whether the resource should use longer IDs (17-character IDs).
Trait Implementations§
Source§impl Clone for ModifyIdFormatRequest
impl Clone for ModifyIdFormatRequest
Source§fn clone(&self) -> ModifyIdFormatRequest
fn clone(&self) -> ModifyIdFormatRequest
Returns a duplicate 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 ModifyIdFormatRequest
impl Debug for ModifyIdFormatRequest
Source§impl Default for ModifyIdFormatRequest
impl Default for ModifyIdFormatRequest
Source§fn default() -> ModifyIdFormatRequest
fn default() -> ModifyIdFormatRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyIdFormatRequest
impl PartialEq for ModifyIdFormatRequest
impl StructuralPartialEq for ModifyIdFormatRequest
Auto Trait Implementations§
impl Freeze for ModifyIdFormatRequest
impl RefUnwindSafe for ModifyIdFormatRequest
impl Send for ModifyIdFormatRequest
impl Sync for ModifyIdFormatRequest
impl Unpin for ModifyIdFormatRequest
impl UnwindSafe for ModifyIdFormatRequest
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