Class: Aws::EC2::Types::DeleteIpamExternalResourceVerificationTokenResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_external_resource_verification_tokenTypes::IpamExternalResourceVerificationToken

The verification token.



14306
14307
14308
14309
14310
# File 'lib/aws-sdk-ec2/types.rb', line 14306

class DeleteIpamExternalResourceVerificationTokenResult < Struct.new(
  :ipam_external_resource_verification_token)
  SENSITIVE = []
  include Aws::Structure
end