Class: Aws::Redshift::Types::RevokeEndpointAccessMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The Amazon Web Services account ID whose access is to be revoked.

Returns:

  • (String)


10753
10754
10755
10756
10757
10758
10759
10760
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10753

class RevokeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :account,
  :vpc_ids,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The cluster to revoke access from.

Returns:

  • (String)


10753
10754
10755
10756
10757
10758
10759
10760
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10753

class RevokeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :account,
  :vpc_ids,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#forceBoolean

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

Returns:

  • (Boolean)


10753
10754
10755
10756
10757
10758
10759
10760
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10753

class RevokeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :account,
  :vpc_ids,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idsArray<String>

The virtual private cloud (VPC) identifiers for which access is to be revoked.

Returns:

  • (Array<String>)


10753
10754
10755
10756
10757
10758
10759
10760
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10753

class RevokeEndpointAccessMessage < Struct.new(
  :cluster_identifier,
  :account,
  :vpc_ids,
  :force)
  SENSITIVE = []
  include Aws::Structure
end