Class: Aws::Types::UpdateVPCConnectionResponse

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)


12828
12829
12830
# File 'sig/types.rbs', line 12828

def arn
  @arn
end

#availability_status"AVAILABLE", ...

Returns the value of attribute availability_status.

Returns:

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


12831
12832
12833
# File 'sig/types.rbs', line 12831

def availability_status
  @availability_status
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


12832
12833
12834
# File 'sig/types.rbs', line 12832

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


12833
12834
12835
# File 'sig/types.rbs', line 12833

def status
  @status
end

#update_status"CREATION_IN_PROGRESS", ...

Returns the value of attribute update_status.

Returns:

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


12830
12831
12832
# File 'sig/types.rbs', line 12830

def update_status
  @update_status
end

#vpc_connection_id::String

Returns the value of attribute vpc_connection_id.

Returns:

  • (::String)


12829
12830
12831
# File 'sig/types.rbs', line 12829

def vpc_connection_id
  @vpc_connection_id
end