Module: Aws::RTBFabric::Client::_GetLinkRoutingRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLinkRoutingRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #conditions ⇒ Types::RuleCondition
- #created_at ⇒ ::Time
- #gateway_id ⇒ ::String
- #link_id ⇒ ::String
- #priority ⇒ ::Integer
- #rule_id ⇒ ::String
- #status ⇒ "CREATION_IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#conditions ⇒ Types::RuleCondition
397 |
# File 'sig/client.rbs', line 397
def conditions: () -> Types::RuleCondition
|
#created_at ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399
def created_at: () -> ::Time
|
#gateway_id ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def gateway_id: () -> ::String
|
#link_id ⇒ ::String
394 |
# File 'sig/client.rbs', line 394
def link_id: () -> ::String
|
#priority ⇒ ::Integer
396 |
# File 'sig/client.rbs', line 396
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
395 |
# File 'sig/client.rbs', line 395
def rule_id: () -> ::String
|
#status ⇒ "CREATION_IN_PROGRESS", ...
398 |
# File 'sig/client.rbs', line 398
def status: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "UPDATE_IN_PROGRESS" | "DELETION_IN_PROGRESS" | "DELETED" | "FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
401 |
# File 'sig/client.rbs', line 401
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
400 |
# File 'sig/client.rbs', line 400
def updated_at: () -> ::Time
|