Class: Aws::Types::DeprovisionIpamByoasnRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeprovisionIpamByoasnRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
Instance Attribute Details
#asn ⇒ ::String
Returns the value of attribute asn.
5221 5222 5223 |
# File 'sig/types.rbs', line 5221 def asn @asn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5219 5220 5221 |
# File 'sig/types.rbs', line 5219 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
5220 5221 5222 |
# File 'sig/types.rbs', line 5220 def ipam_id @ipam_id end |