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)


234
235
236
# File 'sig/types.rbs', line 234

def authentication
  @authentication
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


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

def owner
  @owner
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


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

def state
  @state
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


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

def vpc_connection_arn
  @vpc_connection_arn
end