Class: Aws::Types::FunctionVersionsByCapacityProviderListItem
- Inherits:
-
Object
- Object
- Aws::Types::FunctionVersionsByCapacityProviderListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#state ⇒ "Pending", ...
Returns the value of attribute state.
Instance Attribute Details
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
919 920 921 |
# File 'sig/types.rbs', line 919 def function_arn @function_arn end |
#state ⇒ "Pending", ...
Returns the value of attribute state.
920 921 922 |
# File 'sig/types.rbs', line 920 def state @state end |