Class: Aws::Types::AsnAssociation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asn::String

Returns the value of attribute asn.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def cidr
  @cidr
end

#state"disassociated", ...

Returns the value of attribute state.

Returns:

  • ("disassociated", "failed-disassociation", "failed-association", "pending-disassociation", "pending-association", "associated")


538
539
540
# File 'sig/types.rbs', line 538

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def status_message
  @status_message
end