Class: Aws::LicenseManagerUserSubscriptions::Types::AssociateUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::AssociateUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain name of the Active Directory that contains information for the user to associate.
-
#identity_provider ⇒ Types::IdentityProvider
The identity provider for the user.
-
#instance_id ⇒ String
The ID of the EC2 instance that provides the user-based subscription.
-
#tags ⇒ Hash<String,String>
The tags that apply for the user association.
-
#username ⇒ String
The user name from the identity provider.
Instance Attribute Details
#domain ⇒ String
The domain name of the Active Directory that contains information for the user to associate.
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_provider ⇒ Types::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_id ⇒ String
The ID of the EC2 instance that provides the user-based subscription.
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 |
#tags ⇒ Hash<String,String>
The tags that apply for the user association.
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 |
#username ⇒ String
The user name from the identity provider.
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 |