Class: Aws::Types::Byoasn

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)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def asn
  @asn
end

#ipam_id::String

Returns the value of attribute ipam_id.

Returns:

  • (::String)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def ipam_id
  @ipam_id
end

#state"deprovisioned", ...

Returns the value of attribute state.

Returns:

  • ("deprovisioned", "failed-deprovision", "failed-provision", "pending-deprovision", "pending-provision", "provisioned")


1209
1210
1211
# File 'sig/types.rbs', line 1209

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def status_message
  @status_message
end