Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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)

76209
76210
76211
76212
76213
76214
76215
76216
76217
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76209

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)

76209
76210
76211
76212
76213
76214
76215
76216
76217
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76209

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)

76209
76210
76211
76212
76213
76214
76215
76216
76217
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76209

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)

76209
76210
76211
76212
76213
76214
76215
76216
76217
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76209

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)

76209
76210
76211
76212
76213
76214
76215
76216
76217
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 76209

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