Class: Aws::EC2::Types::IpamExternalResourceVerificationToken
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::IpamExternalResourceVerificationToken
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
A verification token is an Amazon Web Services-generated random value that you can use to prove ownership of an external resource. For example, you can use a verification token to validate that you control a public IP address range when you bring an IP address range to Amazon Web Services (BYOIP).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ipam_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ARN of the IPAM that created the token.
 - 
  
    
      #ipam_external_resource_verification_token_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token ARN.
 - 
  
    
      #ipam_external_resource_verification_token_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the token.
 - 
  
    
      #ipam_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the IPAM that created the token.
 - 
  
    
      #ipam_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Region of the IPAM that created the token.
 - 
  
    
      #not_after  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token expiration.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token state.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token status.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token tags.
 - 
  
    
      #token_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token name.
 - 
  
    
      #token_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Token value.
 
Instance Attribute Details
#ipam_arn ⇒ String
ARN of the IPAM that created the token.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#ipam_external_resource_verification_token_arn ⇒ String
Token ARN.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#ipam_external_resource_verification_token_id ⇒ String
The ID of the token.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#ipam_id ⇒ String
The ID of the IPAM that created the token.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#ipam_region ⇒ String
Region of the IPAM that created the token.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#not_after ⇒ Time
Token expiration.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
Token state.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
Token status.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Token tags.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#token_name ⇒ String
Token name.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#token_value ⇒ String
Token value.
      45968 45969 45970 45971 45972 45973 45974 45975 45976 45977 45978 45979 45980 45981 45982  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45968 class IpamExternalResourceVerificationToken < Struct.new( :ipam_external_resource_verification_token_id, :ipam_external_resource_verification_token_arn, :ipam_id, :ipam_arn, :ipam_region, :token_value, :token_name, :not_after, :status, :tags, :state) SENSITIVE = [] include Aws::Structure end  |