Class: Aws::EC2::Types::IpamCidrAuthorizationContext

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

Overview

A signed document that proves that you are authorized to bring the specified IP address range to Amazon using 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)


41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41707

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

#signatureString

The signed authorization message for the prefix and account.

Returns:

  • (String)


41707
41708
41709
41710
41711
41712
# File 'lib/aws-sdk-ec2/types.rb', line 41707

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