Class: Aws::EC2::Types::VerifiedAccessTrustProviderCondensed

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Condensed information about a trust provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of trust provider.

Returns:

  • (String)


67365
67366
67367
67368
67369
67370
67371
67372
67373
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67365

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_typeString

The type of device-based trust provider.

Returns:

  • (String)


67365
67366
67367
67368
67369
67370
67371
67372
67373
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67365

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_typeString

The type of trust provider (user- or device-based).

Returns:

  • (String)


67365
67366
67367
67368
67369
67370
67371
67372
67373
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67365

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_typeString

The type of user-based trust provider.

Returns:

  • (String)


67365
67366
67367
67368
67369
67370
67371
67372
67373
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67365

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_idString

The ID of the trust provider.

Returns:

  • (String)


67365
67366
67367
67368
67369
67370
67371
67372
67373
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67365

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