Class: Aws::Types::ProvisioningHook
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningHook
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload_version ⇒ ::String
Returns the value of attribute payload_version.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#payload_version ⇒ ::String
Returns the value of attribute payload_version.
4124 4125 4126 |
# File 'sig/types.rbs', line 4124 def payload_version @payload_version end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
4125 4126 4127 |
# File 'sig/types.rbs', line 4125 def target_arn @target_arn end |