Class: Aws::LicenseManagerUserSubscriptions::Types::AssociateUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-licensemanagerusersubscriptions/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name of the Active Directory that contains information for the user to associate.

Returns:

  • (String)


123
124
125
126
127
128
129
130
131
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 123

class AssociateUserRequest < Struct.new(
  :username,
  :instance_id,
  :identity_provider,
  :domain,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#identity_providerTypes::IdentityProvider

The identity provider for the user.



123
124
125
126
127
128
129
130
131
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 123

class AssociateUserRequest < Struct.new(
  :username,
  :instance_id,
  :identity_provider,
  :domain,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#instance_idString

The ID of the EC2 instance that provides the user-based subscription.

Returns:

  • (String)


123
124
125
126
127
128
129
130
131
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 123

class AssociateUserRequest < Struct.new(
  :username,
  :instance_id,
  :identity_provider,
  :domain,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags that apply for the user association.

Returns:

  • (Hash<String,String>)


123
124
125
126
127
128
129
130
131
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 123

class AssociateUserRequest < Struct.new(
  :username,
  :instance_id,
  :identity_provider,
  :domain,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#usernameString

The user name from the identity provider.

Returns:

  • (String)


123
124
125
126
127
128
129
130
131
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 123

class AssociateUserRequest < Struct.new(
  :username,
  :instance_id,
  :identity_provider,
  :domain,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end