Class: Aws::Types::StateMachineListItem
- Inherits:
-
Object
- Object
- Aws::Types::StateMachineListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
-
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
958 959 960 |
# File 'sig/types.rbs', line 958 def creation_date @creation_date end |
#name ⇒ ::String
Returns the value of attribute name.
956 957 958 |
# File 'sig/types.rbs', line 956 def name @name end |
#state_machine_arn ⇒ ::String
Returns the value of attribute state_machine_arn.
955 956 957 |
# File 'sig/types.rbs', line 955 def state_machine_arn @state_machine_arn end |
#type ⇒ "STANDARD", "EXPRESS"
Returns the value of attribute type.
957 958 959 |
# File 'sig/types.rbs', line 957 def type @type end |