pub struct GetEipsResult {
pub allocation_ids: Output<Vec<String>>,
pub filters: Output<Option<Vec<GetEipsFilter>>>,
pub id: Output<String>,
pub public_ips: Output<Vec<String>>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§allocation_ids: Output<Vec<String>>
List of all the allocation IDs for address for use with EC2-VPC.
filters: Output<Option<Vec<GetEipsFilter>>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
public_ips: Output<Vec<String>>
List of all the Elastic IP addresses.
Auto Trait Implementations§
impl Freeze for GetEipsResult
impl RefUnwindSafe for GetEipsResult
impl Send for GetEipsResult
impl Sync for GetEipsResult
impl Unpin for GetEipsResult
impl UnwindSafe for GetEipsResult
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