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.
15638 15639 15640 |
# File 'sig/types.rbs', line 15638 def asn @asn end |
#asn_authorization_context ⇒ Types::AsnAuthorizationContext
Returns the value of attribute asn_authorization_context.
15639 15640 15641 |
# File 'sig/types.rbs', line 15639 def @asn_authorization_context end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15636 15637 15638 |
# File 'sig/types.rbs', line 15636 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
15637 15638 15639 |
# File 'sig/types.rbs', line 15637 def ipam_id @ipam_id end |