Module: Aws::MigrationHubOrchestrator::Client::_UpdateWorkflowStepGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateWorkflowStepGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #previous ⇒ ::Array[::String]
- #tools ⇒ ::Array[Types::Tool]
- #workflow_id ⇒ ::String
Instance Method Details
#description ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def description: () -> ::String
|
#id ⇒ ::String
606 |
# File 'sig/client.rbs', line 606
def id: () -> ::String
|
#last_modified_time ⇒ ::Time
611 |
# File 'sig/client.rbs', line 611
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def name: () -> ::String
|
#next ⇒ ::Array[::String]
609 |
# File 'sig/client.rbs', line 609
def next: () -> ::Array[::String]
|
#previous ⇒ ::Array[::String]
610 |
# File 'sig/client.rbs', line 610
def previous: () -> ::Array[::String]
|
#tools ⇒ ::Array[Types::Tool]
608 |
# File 'sig/client.rbs', line 608
def tools: () -> ::Array[Types::Tool]
|
#workflow_id ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def workflow_id: () -> ::String
|