Class: Aws::Types::AdvertiseByoipCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdvertiseByoipCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
290 291 292 |
# File 'sig/types.rbs', line 290 def asn @asn end |
#cidr ⇒ ::String
Returns the value of attribute cidr.
289 290 291 |
# File 'sig/types.rbs', line 289 def cidr @cidr end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
291 292 293 |
# File 'sig/types.rbs', line 291 def dry_run @dry_run end |
#network_border_group ⇒ ::String
Returns the value of attribute network_border_group.
292 293 294 |
# File 'sig/types.rbs', line 292 def network_border_group @network_border_group end |