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)


2085
2086
2087
2088
2089
2090
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2085

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>)


2085
2086
2087
2088
2089
2090
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2085

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