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)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def advertisement_type
  @advertisement_type
end

#asn_associations::Array[Types::AsnAssociation]

Returns the value of attribute asn_associations.

Returns:



1130
1131
1132
# File 'sig/types.rbs', line 1130

def asn_associations
  @asn_associations
end

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1129
1130
1131
# File 'sig/types.rbs', line 1129

def description
  @description
end

#network_border_group::String

Returns the value of attribute network_border_group.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

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")


1132
1133
1134
# File 'sig/types.rbs', line 1132

def state
  @state
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1131
1132
1133
# File 'sig/types.rbs', line 1131

def status_message
  @status_message
end