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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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.
73753 73754 73755 73756 73757 73758 73759 73760 73761 73762 73763 73764 |
# File 'lib/aws-sdk-ec2/types.rb', line 73753 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 |