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.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def capacity_provider_arn @capacity_provider_arn end |
#function_versions ⇒ ::Array[Types::FunctionVersionsByCapacityProviderListItem]
Returns the value of attribute function_versions.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def function_versions @function_versions end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def next_marker @next_marker end |