Class: Aws::EC2::Types::VerifiedAccessInstance
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::VerifiedAccessInstance
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Verified Access instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr_endpoints_custom_sub_domain  ⇒ Types::VerifiedAccessInstanceCustomSubDomain 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom subdomain.
 - 
  
    
      #creation_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation time.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description for the Amazon Web Services Verified Access instance.
 - 
  
    
      #fips_enabled  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
 - 
  
    
      #last_updated_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last updated time.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags.
 - 
  
    
      #verified_access_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services Verified Access instance.
 - 
  
    
      #verified_access_trust_providers  ⇒ Array<Types::VerifiedAccessTrustProviderCondensed> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the Amazon Web Services Verified Access trust providers.
 
Instance Attribute Details
#cidr_endpoints_custom_sub_domain ⇒ Types::VerifiedAccessInstanceCustomSubDomain
The custom subdomain.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_time ⇒ String
The creation time.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description for the Amazon Web Services Verified Access instance.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#fips_enabled ⇒ Boolean
Indicates whether support for Federal Information Processing Standards (FIPS) is enabled on the instance.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_time ⇒ String
The last updated time.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_access_instance_id ⇒ String
The ID of the Amazon Web Services Verified Access instance.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  | 
  
#verified_access_trust_providers ⇒ Array<Types::VerifiedAccessTrustProviderCondensed>
The IDs of the Amazon Web Services Verified Access trust providers.
      72477 72478 72479 72480 72481 72482 72483 72484 72485 72486 72487 72488  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 72477 class VerifiedAccessInstance < Struct.new( :verified_access_instance_id, :description, :verified_access_trust_providers, :creation_time, :last_updated_time, :tags, :fips_enabled, :cidr_endpoints_custom_sub_domain) SENSITIVE = [] include Aws::Structure end  |