Class: Aws::Types::FunctionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def created_time
  @created_time
end

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def function_arn
  @function_arn
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def last_modified_time
  @last_modified_time
end

#stage"DEVELOPMENT", "LIVE"

Returns the value of attribute stage.

Returns:

  • ("DEVELOPMENT", "LIVE")


1461
1462
1463
# File 'sig/types.rbs', line 1461

def stage
  @stage
end