Class: Aws::EC2::Types::GetInstanceTpmEkPubResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GetInstanceTpmEkPubResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:key_value]
Instance Attribute Summary collapse
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the instance.
 - 
  
    
      #key_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The public endorsement key format.
 - 
  
    
      #key_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The public endorsement key type.
 - 
  
    
      #key_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The public endorsement key material.
 
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
      41905 41906 41907 41908 41909 41910 41911 41912  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41905 class GetInstanceTpmEkPubResult < Struct.new( :instance_id, :key_type, :key_format, :key_value) SENSITIVE = [:key_value] include Aws::Structure end  | 
  
#key_format ⇒ String
The public endorsement key format.
      41905 41906 41907 41908 41909 41910 41911 41912  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41905 class GetInstanceTpmEkPubResult < Struct.new( :instance_id, :key_type, :key_format, :key_value) SENSITIVE = [:key_value] include Aws::Structure end  | 
  
#key_type ⇒ String
The public endorsement key type.
      41905 41906 41907 41908 41909 41910 41911 41912  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41905 class GetInstanceTpmEkPubResult < Struct.new( :instance_id, :key_type, :key_format, :key_value) SENSITIVE = [:key_value] include Aws::Structure end  | 
  
#key_value ⇒ String
The public endorsement key material.
      41905 41906 41907 41908 41909 41910 41911 41912  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41905 class GetInstanceTpmEkPubResult < Struct.new( :instance_id, :key_type, :key_format, :key_value) SENSITIVE = [:key_value] include Aws::Structure end  |