Class: Aws::Types::ByoipCidr

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute advertisement_type.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def advertisement_type
  @advertisement_type
end

#asn_associations::Array[Types::AsnAssociation]

Returns the value of attribute asn_associations.

Returns:



1230
1231
1232
# File 'sig/types.rbs', line 1230

def asn_associations
  @asn_associations
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def description
  @description
end

#ipam_pool_id::String

Returns the value of attribute ipam_pool_id.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def ipam_pool_id
  @ipam_pool_id
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def network_border_group
  @network_border_group
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def pool_id
  @pool_id
end

#state"advertised", ...

Returns the value of attribute state.

Returns:

  • ("advertised", "deprovisioned", "failed-deprovision", "failed-provision", "pending-advertising", "pending-deprovision", "pending-provision", "pending-withdrawal", "provisioned", "provisioned-not-publicly-advertisable")


1232
1233
1234
# File 'sig/types.rbs', line 1232

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def status_message
  @status_message
end