Class: Aws::EC2::Types::AsnAuthorizationContext

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

Overview

Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN). For details on the format of the message and signature, see Tutorial: Bring your ASN to IPAM in the Amazon VPC IPAM guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The authorization context's message.

Returns:

  • (String)


1646
1647
1648
1649
1650
1651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1646

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

#signatureString

The authorization context's signature.

Returns:

  • (String)


1646
1647
1648
1649
1650
1651
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1646

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