Class: Aws::EC2::Types::DeviceOptions

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

Overview

Describes the options for an Amazon Web Services Verified Access device-identity based trust provider.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#public_signing_key_urlString

The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.

Returns:

  • (String)


28418
28419
28420
28421
28422
28423
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28418

class DeviceOptions < Struct.new(
  :tenant_id,
  :public_signing_key_url)
  SENSITIVE = []
  include Aws::Structure
end

#tenant_idString

The ID of the tenant application with the device-identity provider.

Returns:

  • (String)


28418
28419
28420
28421
28422
28423
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28418

class DeviceOptions < Struct.new(
  :tenant_id,
  :public_signing_key_url)
  SENSITIVE = []
  include Aws::Structure
end