Class: Aws::LicenseManagerUserSubscriptions::Types::UpdateSettings

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

Overview

Updates the registered identity provider’s product related configuration settings such as the subnets to provision VPC endpoints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_subnetsArray<String>

The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

Returns:

  • (Array<String>)


811
812
813
814
815
816
817
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 811

class UpdateSettings < Struct.new(
  :add_subnets,
  :remove_subnets,
  :security_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#remove_subnetsArray<String>

The ID of one or more subnets to remove.

Returns:

  • (Array<String>)


811
812
813
814
815
816
817
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 811

class UpdateSettings < Struct.new(
  :add_subnets,
  :remove_subnets,
  :security_group_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idString

A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.

Returns:

  • (String)


811
812
813
814
815
816
817
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 811

class UpdateSettings < Struct.new(
  :add_subnets,
  :remove_subnets,
  :security_group_id)
  SENSITIVE = []
  include Aws::Structure
end