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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see [Configuring your BYOIP address range] in the *Amazon Elastic Compute Cloud User Guide*.

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-ec2/types.rb', line 5023

class CidrAuthorizationContext < Struct.new(
  :message,
  :signature)
  SENSITIVE = []
  include Aws::Structure
end

#signatureString

The signed authorization message for the prefix and account.

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-ec2/types.rb', line 5023

class CidrAuthorizationContext < Struct.new(
  :message,
  :signature)
  SENSITIVE = []
  include Aws::Structure
end