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)


239
240
241
# File 'sig/types.rbs', line 239

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


238
239
240
# File 'sig/types.rbs', line 238

def creation_time
  @creation_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


241
242
243
# File 'sig/types.rbs', line 241

def state
  @state
end

#target_cluster_arn::String

Returns the value of attribute target_cluster_arn.

Returns:

  • (::String)


237
238
239
# File 'sig/types.rbs', line 237

def target_cluster_arn
  @target_cluster_arn
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


236
237
238
# File 'sig/types.rbs', line 236

def vpc_connection_arn
  @vpc_connection_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def vpc_id
  @vpc_id
end