Class: Aws::Types::ByoipCidr
- Inherits:
-
Object
- Object
- Aws::Types::ByoipCidr
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertisement_type ⇒ ::String
Returns the value of attribute advertisement_type.
-
#asn_associations ⇒ ::Array[Types::AsnAssociation]
Returns the value of attribute asn_associations.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#state ⇒ "advertised", ...
Returns the value of attribute state.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#advertisement_type ⇒ ::String
Returns the value of attribute advertisement_type.
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.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def asn_associations @asn_associations end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def @status_message end |