Class: Aws::EC2::Types::VerifiedAccessTrustProviderCondensed
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessTrustProviderCondensed
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Condensed information about a trust provider.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of trust provider.
-
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
-
#trust_provider_type ⇒ String
The type of trust provider (user- or device-based).
-
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
-
#verified_access_trust_provider_id ⇒ String
The ID of the trust provider.
Instance Attribute Details
#description ⇒ String
The description of trust provider.
68241 68242 68243 68244 68245 68246 68247 68248 68249 |
# File 'lib/aws-sdk-ec2/types.rb', line 68241 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end |
#device_trust_provider_type ⇒ String
The type of device-based trust provider.
68241 68242 68243 68244 68245 68246 68247 68248 68249 |
# File 'lib/aws-sdk-ec2/types.rb', line 68241 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end |
#trust_provider_type ⇒ String
The type of trust provider (user- or device-based).
68241 68242 68243 68244 68245 68246 68247 68248 68249 |
# File 'lib/aws-sdk-ec2/types.rb', line 68241 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end |
#user_trust_provider_type ⇒ String
The type of user-based trust provider.
68241 68242 68243 68244 68245 68246 68247 68248 68249 |
# File 'lib/aws-sdk-ec2/types.rb', line 68241 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end |
#verified_access_trust_provider_id ⇒ String
The ID of the trust provider.
68241 68242 68243 68244 68245 68246 68247 68248 68249 |
# File 'lib/aws-sdk-ec2/types.rb', line 68241 class VerifiedAccessTrustProviderCondensed < Struct.new( :verified_access_trust_provider_id, :description, :trust_provider_type, :user_trust_provider_type, :device_trust_provider_type) SENSITIVE = [] include Aws::Structure end |