Class: Aws::Types::DeleteConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.

Returns:

  • ("CREATING", "UPDATING", "DELETING", "AUTHORIZED", "DEAUTHORIZED", "AUTHORIZING", "DEAUTHORIZING")


321
322
323
# File 'sig/types.rbs', line 321

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


322
323
324
# File 'sig/types.rbs', line 322

def creation_time
  @creation_time
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


323
324
325
# File 'sig/types.rbs', line 323

def last_modified_time
  @last_modified_time
end