Class: Aws::Types::CreateServiceActionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceActionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#definition ⇒ ::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]
Returns the value of attribute definition.
-
#definition_type ⇒ "SSM_AUTOMATION"
Returns the value of attribute definition_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
268 269 270 |
# File 'sig/types.rbs', line 268 def accept_language @accept_language end |
#definition ⇒ ::Hash[("Name" | "Version" | "AssumeRole" | "Parameters"), ::String]
Returns the value of attribute definition.
266 267 268 |
# File 'sig/types.rbs', line 266 def definition @definition end |
#definition_type ⇒ "SSM_AUTOMATION"
Returns the value of attribute definition_type.
265 266 267 |
# File 'sig/types.rbs', line 265 def definition_type @definition_type end |
#description ⇒ ::String
Returns the value of attribute description.
267 268 269 |
# File 'sig/types.rbs', line 267 def description @description end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
269 270 271 |
# File 'sig/types.rbs', line 269 def idempotency_token @idempotency_token end |
#name ⇒ ::String
Returns the value of attribute name.
264 265 266 |
# File 'sig/types.rbs', line 264 def name @name end |