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)


464
465
466
# File 'sig/types.rbs', line 464

def asn
  @asn
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


465
466
467
# File 'sig/types.rbs', line 465

def cidr
  @cidr
end

#state"disassociated", ...

Returns the value of attribute state.

Returns:

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


467
468
469
# File 'sig/types.rbs', line 467

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def status_message
  @status_message
end