Class: Aws::Types::BatchAssociateServiceActionWithProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchAssociateServiceActionWithProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#service_action_associations ⇒ ::Array[Types::ServiceActionAssociation]
Returns the value of attribute service_action_associations.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
81 82 83 |
# File 'sig/types.rbs', line 81 def accept_language @accept_language end |
#service_action_associations ⇒ ::Array[Types::ServiceActionAssociation]
Returns the value of attribute service_action_associations.
80 81 82 |
# File 'sig/types.rbs', line 80 def service_action_associations @service_action_associations end |