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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def arn
  @arn
end

#availability_status"AVAILABLE", ...

Returns the value of attribute availability_status.

Returns:

  • ("AVAILABLE", "UNAVAILABLE", "PARTIALLY_AVAILABLE")


4405
4406
4407
# File 'sig/types.rbs', line 4405

def availability_status
  @availability_status
end

#deletion_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute deletion_status.

Returns:

  • ("CREATION_IN_PROGRESS", "CREATION_SUCCESSFUL", "CREATION_FAILED", "UPDATE_IN_PROGRESS", "UPDATE_SUCCESSFUL", "UPDATE_FAILED", "DELETION_IN_PROGRESS", "DELETION_FAILED", "DELETED")


4404
4405
4406
# File 'sig/types.rbs', line 4404

def deletion_status
  @deletion_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


4406
4407
4408
# File 'sig/types.rbs', line 4406

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


4407
4408
4409
# File 'sig/types.rbs', line 4407

def status
  @status
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


4403
4404
4405
# File 'sig/types.rbs', line 4403

def vpc_connection_id
  @vpc_connection_id
end