class Aws::Redshift::Types::RevokeEndpointAccessMessage

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

data as a hash:

    {
      cluster_identifier: "String",
      account: "String",
      vpc_ids: ["String"],
      force: false,
    }

@!attribute [rw] cluster_identifier

The cluster to revoke access from.
@return [String]

@!attribute [rw] account

The Amazon Web Services account ID whose access is to be revoked.
@return [String]

@!attribute [rw] vpc_ids

The virtual private cloud (VPC) identifiers for which access is to
be revoked.
@return [Array<String>]

@!attribute [rw] force

Indicates whether to force the revoke action. If true, the
Redshift-managed VPC endpoints associated with the endpoint
authorization are also deleted.
@return [Boolean]

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

Constants

SENSITIVE