Method: Aws::Redshift::Types::RevokeEndpointAccessMessage#vpc_ids
- Defined in:
- lib/aws-sdk-redshift/types.rb
#vpc_ids ⇒ Array<String>
The virtual private cloud (VPC) identifiers for which access is to be revoked.
11033 11034 11035 11036 11037 11038 11039 11040 |
# File 'lib/aws-sdk-redshift/types.rb', line 11033 class RevokeEndpointAccessMessage < Struct.new( :cluster_identifier, :account, :vpc_ids, :force) SENSITIVE = [] include Aws::Structure end |