Module: Aws::RTBFabric::Client::_UpdateLinkRoutingRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateLinkRoutingRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#rule_id ⇒ ::String
670 |
# File 'sig/client.rbs', line 670
def rule_id: () -> ::String
|
#status ⇒ "CREATION_IN_PROGRESS", ...
671 |
# File 'sig/client.rbs', line 671
def status: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETION_IN_PROGRESS" | "DELETED" | "FAILED")
|
#updated_at ⇒ ::Time
672 |
# File 'sig/client.rbs', line 672
def updated_at: () -> ::Time
|