Class: Aws::Redshift::Types::ModifyEndpointAccessMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ModifyEndpointAccessMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The endpoint to be modified.
-
#vpc_security_group_ids ⇒ Array<String>
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
Instance Attribute Details
#endpoint_name ⇒ String
The endpoint to be modified.
8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-redshift/types.rb', line 8697 class ModifyEndpointAccessMessage < Struct.new( :endpoint_name, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_ids ⇒ Array<String>
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
8697 8698 8699 8700 8701 8702 |
# File 'lib/aws-sdk-redshift/types.rb', line 8697 class ModifyEndpointAccessMessage < Struct.new( :endpoint_name, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |