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.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#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.
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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def asn_associations @asn_associations end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def pool_id @pool_id end |
#state ⇒ "advertised", ...
Returns the value of attribute state.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def state @state end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def @status_message end |