Class: Aws::Types::ListFunctionVersionsByCapacityProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFunctionVersionsByCapacityProviderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
-
#function_versions ⇒ ::Array[Types::FunctionVersionsByCapacityProviderListItem]
Returns the value of attribute function_versions.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def capacity_provider_arn @capacity_provider_arn end |
#function_versions ⇒ ::Array[Types::FunctionVersionsByCapacityProviderListItem]
Returns the value of attribute function_versions.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def function_versions @function_versions end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def next_marker @next_marker end |