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.
5146 5147 5148 |
# File 'sig/types.rbs', line 5146 def asn @asn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5144 5145 5146 |
# File 'sig/types.rbs', line 5144 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
5145 5146 5147 |
# File 'sig/types.rbs', line 5145 def ipam_id @ipam_id end |