Class: Aws::Types::SourceServerActionDocument
- Inherits:
-
Object
- Object
- Aws::Types::SourceServerActionDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#category ⇒ "DISASTER_RECOVERY", ...
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#document_identifier ⇒ ::String
Returns the value of attribute document_identifier.
-
#document_version ⇒ ::String
Returns the value of attribute document_version.
-
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
Returns the value of attribute external_parameters.
-
#must_succeed_for_cutover ⇒ Boolean
Returns the value of attribute must_succeed_for_cutover.
-
#order ⇒ ::Integer
Returns the value of attribute order.
-
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
Returns the value of attribute parameters.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def action_id @action_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def action_name @action_name end |
#active ⇒ Boolean
Returns the value of attribute active.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def active @active end |
#category ⇒ "DISASTER_RECOVERY", ...
Returns the value of attribute category.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def description @description end |
#document_identifier ⇒ ::String
Returns the value of attribute document_identifier.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def document_identifier @document_identifier end |
#document_version ⇒ ::String
Returns the value of attribute document_version.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def document_version @document_version end |
#external_parameters ⇒ ::Hash[::String, Types::SsmExternalParameter]
Returns the value of attribute external_parameters.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def external_parameters @external_parameters end |
#must_succeed_for_cutover ⇒ Boolean
Returns the value of attribute must_succeed_for_cutover.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def must_succeed_for_cutover @must_succeed_for_cutover end |
#order ⇒ ::Integer
Returns the value of attribute order.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def order @order end |
#parameters ⇒ ::Hash[::String, ::Array[Types::SsmParameterStoreParameter]]
Returns the value of attribute parameters.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def parameters @parameters end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def timeout_seconds @timeout_seconds end |