Class: Aws::Types::CreateIpamExternalResourceVerificationTokenRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIpamExternalResourceVerificationTokenRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def dry_run @dry_run end |
#ipam_id ⇒ ::String
Returns the value of attribute ipam_id.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def ipam_id @ipam_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def tag_specifications @tag_specifications end |