Class: Aws::Types::CreateStateMachineInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStateMachineInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publish ⇒ Boolean
Returns the value of attribute publish.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
-
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#definition ⇒ ::String
Returns the value of attribute definition.
130 131 132 |
# File 'sig/types.rbs', line 130 def definition @definition end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
138 139 140 |
# File 'sig/types.rbs', line 138 def encryption_configuration @encryption_configuration end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
133 134 135 |
# File 'sig/types.rbs', line 133 def logging_configuration @logging_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
129 130 131 |
# File 'sig/types.rbs', line 129 def name @name end |
#publish ⇒ Boolean
Returns the value of attribute publish.
136 137 138 |
# File 'sig/types.rbs', line 136 def publish @publish end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
131 132 133 |
# File 'sig/types.rbs', line 131 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
134 135 136 |
# File 'sig/types.rbs', line 134 def @tags end |
#tracing_configuration ⇒ Types::TracingConfiguration
Returns the value of attribute tracing_configuration.
135 136 137 |
# File 'sig/types.rbs', line 135 def tracing_configuration @tracing_configuration end |
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
132 133 134 |
# File 'sig/types.rbs', line 132 def type @type end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
137 138 139 |
# File 'sig/types.rbs', line 137 def version_description @version_description end |