Class: Aws::Types::ProvisionIpamByoasnRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionIpamByoasnRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asn ⇒ ::String
Returns the value of attribute asn.
-
#asn_authorization_context ⇒ Types::AsnAuthorizationContext
Returns the value of attribute asn_authorization_context.
-
#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.
15341 15342 15343 |
# File 'sig/types.rbs', line 15341 def asn @asn end |
#asn_authorization_context ⇒ Types::AsnAuthorizationContext
Returns the value of attribute asn_authorization_context.
15342 15343 15344 |
# File 'sig/types.rbs', line 15342 def @asn_authorization_context end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15339 15340 15341 |
# File 'sig/types.rbs', line 15339 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
15340 15341 15342 |
# File 'sig/types.rbs', line 15340 def ipam_id @ipam_id end |