Struct rusoto_ec2::ReleaseAddressRequest [] [src]

pub struct ReleaseAddressRequest {
    pub allocation_id: Option<String>,
    pub dry_run: Option<bool>,
    pub public_ip: Option<String>,
}

Contains the parameters for ReleaseAddress.

Fields

[EC2-VPC] The allocation ID. Required for EC2-VPC.

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

[EC2-Classic] The Elastic IP address. Required for EC2-Classic.

Trait Implementations

impl Default for ReleaseAddressRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ReleaseAddressRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for ReleaseAddressRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more