Class: Aws::EC2::Types::AsnAssociation

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asnString

The association's ASN.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1617

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

#cidrString

The association's CIDR.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1617

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

#stateString

The association's state.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1617

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

#status_messageString

The association's status message.

Returns:

  • (String)


1617
1618
1619
1620
1621
1622
1623
1624
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 1617

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