Class: Aws::Types::DeleteConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn::String

Returns the value of attribute connection_arn.



372
373
374
# File 'sig/types.rbs', line 372

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.



373
374
375
# File 'sig/types.rbs', line 373

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.



374
375
376
# File 'sig/types.rbs', line 374

def creation_time
  @creation_time
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.



376
377
378
# File 'sig/types.rbs', line 376

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



375
376
377
# File 'sig/types.rbs', line 375

def last_modified_time
  @last_modified_time
end