Class: Aws::Redshift::Types::AuthorizeEndpointAccessMessage

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 to grant access to.

Returns:

  • (String)


356
357
358
359
360
361
362
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 356

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

#cluster_identifierString

The cluster identifier of the cluster to grant access to.

Returns:

  • (String)


356
357
358
359
360
361
362
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 356

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

#vpc_idsArray<String>

The virtual private cloud (VPC) identifiers to grant access to.

Returns:

  • (Array<String>)


356
357
358
359
360
361
362
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 356

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