Class: Aws::Types::CreateConnectionResponse

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:



267
268
269
# File 'sig/types.rbs', line 267

def connection_arn
  @connection_arn
end

#connection_state"CREATING", ...

Returns the value of attribute connection_state.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def connection_state
  @connection_state
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def creation_time
  @creation_time
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def last_modified_time
  @last_modified_time
end