class Aws::Redshift::Types::ModifyEndpointAccessMessage

@note When making an API call, you may pass ModifyEndpointAccessMessage

data as a hash:

    {
      endpoint_name: "String", # required
      vpc_security_group_ids: ["String"],
    }

@!attribute [rw] endpoint_name

The endpoint to be modified.
@return [String]

@!attribute [rw] vpc_security_group_ids

The complete list of VPC security groups associated with the
endpoint after the endpoint is modified.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyEndpointAccessMessage AWS API Documentation

Constants

SENSITIVE