Class: Aws::Types::GetFunctionDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionDefinitionVersionResponse
- 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.
-
#definition ⇒ Types::FunctionDefinitionVersion
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
785 786 787 |
# File 'sig/types.rbs', line 785 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
786 787 788 |
# File 'sig/types.rbs', line 786 def @creation_timestamp end |
#definition ⇒ Types::FunctionDefinitionVersion
Returns the value of attribute definition.
787 788 789 |
# File 'sig/types.rbs', line 787 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
788 789 790 |
# File 'sig/types.rbs', line 788 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
789 790 791 |
# File 'sig/types.rbs', line 789 def next_token @next_token end |
#version ⇒ ::String
Returns the value of attribute version.
790 791 792 |
# File 'sig/types.rbs', line 790 def version @version end |