Class: Aws::Redshift::Types::ModifyEndpointAccessMessage

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

#endpoint_nameString

The endpoint to be modified.

Returns:

  • (String)


8733
8734
8735
8736
8737
8738
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8733

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

#vpc_security_group_idsArray<String>

The complete list of VPC security groups associated with the endpoint after the endpoint is modified.

Returns:

  • (Array<String>)


8733
8734
8735
8736
8737
8738
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8733

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