Class: Aws::EC2::Types::Byoasn

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

Overview

The Autonomous System Number (ASN) and BYOIP CIDR association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

A public 2-byte or 4-byte ASN.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-ec2/types.rb', line 3794

class Byoasn < Struct.new(
  :asn,
  :ipam_id,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#ipam_idString

An IPAM ID.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-ec2/types.rb', line 3794

class Byoasn < Struct.new(
  :asn,
  :ipam_id,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The provisioning state of the BYOASN.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-ec2/types.rb', line 3794

class Byoasn < Struct.new(
  :asn,
  :ipam_id,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message.

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
3800
3801
# File 'lib/aws-sdk-ec2/types.rb', line 3794

class Byoasn < Struct.new(
  :asn,
  :ipam_id,
  :status_message,
  :state)
  SENSITIVE = []
  include Aws::Structure
end