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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#descriptionString

The description of trust provider.

Returns:

  • (String)


66494
66495
66496
66497
66498
66499
66500
66501
66502
# File 'lib/aws-sdk-ec2/types.rb', line 66494

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)


66494
66495
66496
66497
66498
66499
66500
66501
66502
# File 'lib/aws-sdk-ec2/types.rb', line 66494

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)


66494
66495
66496
66497
66498
66499
66500
66501
66502
# File 'lib/aws-sdk-ec2/types.rb', line 66494

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)


66494
66495
66496
66497
66498
66499
66500
66501
66502
# File 'lib/aws-sdk-ec2/types.rb', line 66494

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)


66494
66495
66496
66497
66498
66499
66500
66501
66502
# File 'lib/aws-sdk-ec2/types.rb', line 66494

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