Class: Aws::Types::DeleteVpcConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


476
477
478
# File 'sig/types.rbs', line 476

def state
  @state
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def vpc_connection_arn
  @vpc_connection_arn
end