Class: Aws::QuickSight::Types::UpdateVPCConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID of the account that contains the VPC connection that you want to update.

Returns:

  • (String)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#dns_resolversArray<String>

A list of IP addresses of DNS resolver endpoints for the VPC connection.

Returns:

  • (Array<String>)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name for the VPC connection.

Returns:

  • (String)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

An IAM role associated with the VPC connection.

Returns:

  • (String)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

A list of security group IDs for the VPC connection.

Returns:

  • (Array<String>)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

A list of subnet IDs for the VPC connection.

Returns:

  • (Array<String>)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_connection_idString

The ID of the VPC connection that you’re updating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.

Returns:

  • (String)


34180
34181
34182
34183
34184
34185
34186
34187
34188
34189
34190
# File 'lib/aws-sdk-quicksight/types.rb', line 34180

class UpdateVPCConnectionRequest < Struct.new(
  :aws_account_id,
  :vpc_connection_id,
  :name,
  :subnet_ids,
  :security_group_ids,
  :dns_resolvers,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end