Class: Aws::Types::SsmAutomation
- Inherits:
-
Object
- Object
- Aws::Types::SsmAutomation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#dynamic_parameters ⇒ ::Hash[::String, Types::DynamicSsmParameterValue]
Returns the value of attribute dynamic_parameters.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_account ⇒ "RESPONSE_PLAN_OWNER_ACCOUNT", "IMPACTED_ACCOUNT"
Returns the value of attribute target_account.
Instance Attribute Details
#document_name ⇒ ::String
Returns the value of attribute document_name.
653 654 655 |
# File 'sig/types.rbs', line 653 def document_name @document_name end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
654 655 656 |
# File 'sig/types.rbs', line 654 def document_version @document_version end |
#dynamic_parameters ⇒ ::Hash[::String, Types::DynamicSsmParameterValue]
Returns the value of attribute dynamic_parameters.
655 656 657 |
# File 'sig/types.rbs', line 655 def dynamic_parameters @dynamic_parameters end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
656 657 658 |
# File 'sig/types.rbs', line 656 def parameters @parameters end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
657 658 659 |
# File 'sig/types.rbs', line 657 def role_arn @role_arn end |
#target_account ⇒ "RESPONSE_PLAN_OWNER_ACCOUNT", "IMPACTED_ACCOUNT"
Returns the value of attribute target_account.
658 659 660 |
# File 'sig/types.rbs', line 658 def target_account @target_account end |