Class: Aws::EC2::Types::CreateIpamExternalResourceVerificationTokenResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateIpamExternalResourceVerificationTokenResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_external_resource_verification_token ⇒ Types::IpamExternalResourceVerificationToken
The verification token.
Instance Attribute Details
#ipam_external_resource_verification_token ⇒ Types::IpamExternalResourceVerificationToken
The verification token.
8641 8642 8643 8644 8645 |
# File 'lib/aws-sdk-ec2/types.rb', line 8641 class CreateIpamExternalResourceVerificationTokenResult < Struct.new( :ipam_external_resource_verification_token) SENSITIVE = [] include Aws::Structure end |