Class: Aws::Types::UpdateConnectionResponse

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.



1312
1313
1314
# File 'sig/types.rbs', line 1312

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.



1314
1315
1316
# File 'sig/types.rbs', line 1314

def creation_time
  @creation_time
end

#last_authorized_time::Time

Returns the value of attribute last_authorized_time.



1316
1317
1318
# File 'sig/types.rbs', line 1316

def last_authorized_time
  @last_authorized_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



1315
1316
1317
# File 'sig/types.rbs', line 1315

def last_modified_time
  @last_modified_time
end