Class: Aws::Types::GetFunctionDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFunctionDefinitionVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
-
#function_definition_version_id ⇒ ::String
Returns the value of attribute function_definition_version_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#function_definition_id ⇒ ::String
Returns the value of attribute function_definition_id.
778 779 780 |
# File 'sig/types.rbs', line 778 def function_definition_id @function_definition_id end |
#function_definition_version_id ⇒ ::String
Returns the value of attribute function_definition_version_id.
779 780 781 |
# File 'sig/types.rbs', line 779 def function_definition_version_id @function_definition_version_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
780 781 782 |
# File 'sig/types.rbs', line 780 def next_token @next_token end |