Class: Aws::Types::CreateVpcConnectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication::String

Returns the value of attribute authentication.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def authentication
  @authentication
end

#client_subnets::Array[::String]

Returns the value of attribute client_subnets.

Returns:

  • (::Array[::String])


403
404
405
# File 'sig/types.rbs', line 403

def client_subnets
  @client_subnets
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


404
405
406
# File 'sig/types.rbs', line 404

def security_groups
  @security_groups
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


405
406
407
# File 'sig/types.rbs', line 405

def tags
  @tags
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def target_cluster_arn
  @target_cluster_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def vpc_id
  @vpc_id
end