Class: Aws::Types::RejectClientVpcConnectionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def cluster_arn
  @cluster_arn
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def vpc_connection_arn
  @vpc_connection_arn
end