Class: Aws::RedshiftServerless::Types::UpdateEndpointAccessRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the VPC endpoint to update.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3071

class UpdateEndpointAccessRequest < Struct.new(
  :endpoint_name,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_group_idsArray<String>

The list of VPC security groups associated with the endpoint after the endpoint is modified.

Returns:

  • (Array<String>)


3071
3072
3073
3074
3075
3076
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3071

class UpdateEndpointAccessRequest < Struct.new(
  :endpoint_name,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end