Module: Aws::BedrockAgentCoreControl::Client::_UpdateGatewayRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions ⇒ ::Array[Types::Action]
- #conditions ⇒ ::Array[Types::Condition]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #gateway_arn ⇒ ::String
- #priority ⇒ ::Integer
- #rule_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #system ⇒ Types::SystemManagedBlock
- #updated_at ⇒ ::Time
Instance Method Details
#actions ⇒ ::Array[Types::Action]
2550 |
# File 'sig/client.rbs', line 2550
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
2549 |
# File 'sig/client.rbs', line 2549
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
2552 |
# File 'sig/client.rbs', line 2552
def created_at: () -> ::Time
|
#description ⇒ ::String
2551 |
# File 'sig/client.rbs', line 2551
def description: () -> ::String
|
#gateway_arn ⇒ ::String
2547 |
# File 'sig/client.rbs', line 2547
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
2548 |
# File 'sig/client.rbs', line 2548
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
2546 |
# File 'sig/client.rbs', line 2546
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
2553 |
# File 'sig/client.rbs', line 2553
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
2554 |
# File 'sig/client.rbs', line 2554
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
2555 |
# File 'sig/client.rbs', line 2555
def updated_at: () -> ::Time
|