Class: Aws::WorkSpacesWeb::Types::UpdateNetworkSettingsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2774

class UpdateNetworkSettingsRequest < Struct.new(
  :client_token,
  :network_settings_arn,
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_settings_arnString

The ARN of the network settings.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2774

class UpdateNetworkSettingsRequest < Struct.new(
  :client_token,
  :network_settings_arn,
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

One or more security groups used to control access from streaming instances to your VPC.

Returns:

  • (Array<String>)


2774
2775
2776
2777
2778
2779
2780
2781
2782
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2774

class UpdateNetworkSettingsRequest < Struct.new(
  :client_token,
  :network_settings_arn,
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.

Returns:

  • (Array<String>)


2774
2775
2776
2777
2778
2779
2780
2781
2782
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2774

class UpdateNetworkSettingsRequest < Struct.new(
  :client_token,
  :network_settings_arn,
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC that streaming instances will connect to.

Returns:

  • (String)


2774
2775
2776
2777
2778
2779
2780
2781
2782
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2774

class UpdateNetworkSettingsRequest < Struct.new(
  :client_token,
  :network_settings_arn,
  :security_group_ids,
  :subnet_ids,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end