Class: Aws::Types::CreateFunctionDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateFunctionDefinitionVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
242 243 244 |
# File 'sig/types.rbs', line 242 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
243 244 245 |
# File 'sig/types.rbs', line 243 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
244 245 246 |
# File 'sig/types.rbs', line 244 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
245 246 247 |
# File 'sig/types.rbs', line 245 def version @version end |