Class: Aws::Types::ClientVpcConnection

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)


227
228
229
# File 'sig/types.rbs', line 227

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def creation_time
  @creation_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def owner
  @owner
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


229
230
231
# File 'sig/types.rbs', line 229

def state
  @state
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def vpc_connection_arn
  @vpc_connection_arn
end