Class: Aws::Types::ProvisionIpamPoolCidrRequest
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionIpamPoolCidrRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#cidr_authorization_context ⇒ Types::IpamCidrAuthorizationContext
Returns the value of attribute cidr_authorization_context.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
-
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
-
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
-
#verification_method ⇒ "remarks-x509", "dns-token"
Returns the value of attribute verification_method.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
15354 15355 15356 |
# File 'sig/types.rbs', line 15354 def cidr @cidr end |
#cidr_authorization_context ⇒ Types::IpamCidrAuthorizationContext
Returns the value of attribute cidr_authorization_context.
15355 15356 15357 |
# File 'sig/types.rbs', line 15355 def @cidr_authorization_context end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
15357 15358 15359 |
# File 'sig/types.rbs', line 15357 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15352 15353 15354 |
# File 'sig/types.rbs', line 15352 def dry_run @dry_run end |
#ipam_external_resource_verification_token_id ⇒ ::String
Returns the value of attribute ipam_external_resource_verification_token_id.
15359 15360 15361 |
# File 'sig/types.rbs', line 15359 def ipam_external_resource_verification_token_id @ipam_external_resource_verification_token_id end |
#ipam_pool_id ⇒ ::String
Returns the value of attribute ipam_pool_id.
15353 15354 15355 |
# File 'sig/types.rbs', line 15353 def ipam_pool_id @ipam_pool_id end |
#netmask_length ⇒ ::Integer
Returns the value of attribute netmask_length.
15356 15357 15358 |
# File 'sig/types.rbs', line 15356 def netmask_length @netmask_length end |
#verification_method ⇒ "remarks-x509", "dns-token"
Returns the value of attribute verification_method.
15358 15359 15360 |
# File 'sig/types.rbs', line 15358 def verification_method @verification_method end |