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)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def advertisement_type
  @advertisement_type
end

#asn_associations::Array[Types::AsnAssociation]

Returns the value of attribute asn_associations.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def asn_associations
  @asn_associations
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def description
  @description
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def network_border_group
  @network_border_group
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")


1218
1219
1220
# File 'sig/types.rbs', line 1218

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def status_message
  @status_message
end