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)


394
395
396
# File 'sig/types.rbs', line 394

def authentication
  @authentication
end

#client_subnets::Array[::String]

Returns the value of attribute client_subnets.

Returns:

  • (::Array[::String])


396
397
398
# File 'sig/types.rbs', line 396

def client_subnets
  @client_subnets
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


397
398
399
# File 'sig/types.rbs', line 397

def security_groups
  @security_groups
end

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

Returns the value of attribute tags.

Returns:

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


398
399
400
# File 'sig/types.rbs', line 398

def tags
  @tags
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def target_cluster_arn
  @target_cluster_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def vpc_id
  @vpc_id
end