Class: Aws::Types::ConnectionFunctionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_function_arn::String

Returns the value of attribute connection_function_arn.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def connection_function_arn
  @connection_function_arn
end

#connection_function_configTypes::FunctionConfig

Returns the value of attribute connection_function_config.



331
332
333
# File 'sig/types.rbs', line 331

def connection_function_config
  @connection_function_config
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


335
336
337
# File 'sig/types.rbs', line 335

def created_time
  @created_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


336
337
338
# File 'sig/types.rbs', line 336

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def name
  @name
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


334
335
336
# File 'sig/types.rbs', line 334

def stage
  @stage
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def status
  @status
end