Class: Aws::Types::FunctionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FunctionMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
Instance Attribute Details
#created_time ⇒ ::Time
Returns the value of attribute created_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.
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.
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.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def stage @stage end |