You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::CidrAuthorizationContext

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CidrAuthorizationContext as input to an Aws::Client method, you can use a vanilla Hash:

{
  message: "String", # required
  signature: "String", # required
}

Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP). For more information, see Prepare to Bring Your Address Range to Your AWS Account in the Amazon Elastic Compute Cloud User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The plain-text authorization message for the prefix and account.

Returns:

  • (String)

    The plain-text authorization message for the prefix and account.

#signatureString

The signed authorization message for the prefix and account.

Returns:

  • (String)

    The signed authorization message for the prefix and account.