Class: Aws::Types::VpcConnection

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)


246
247
248
# File 'sig/types.rbs', line 246

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


245
246
247
# File 'sig/types.rbs', line 245

def creation_time
  @creation_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "AVAILABLE", "INACTIVE", "DEACTIVATING", "DELETING", "FAILED", "REJECTED", "REJECTING")


248
249
250
# File 'sig/types.rbs', line 248

def state
  @state
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def target_cluster_arn
  @target_cluster_arn
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def vpc_id
  @vpc_id
end