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]
2864 |
# File 'sig/client.rbs', line 2864
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
2863 |
# File 'sig/client.rbs', line 2863
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
2866 |
# File 'sig/client.rbs', line 2866
def created_at: () -> ::Time
|
#description ⇒ ::String
2865 |
# File 'sig/client.rbs', line 2865
def description: () -> ::String
|
#gateway_arn ⇒ ::String
2861 |
# File 'sig/client.rbs', line 2861
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
2862 |
# File 'sig/client.rbs', line 2862
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
2860 |
# File 'sig/client.rbs', line 2860
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
2867 |
# File 'sig/client.rbs', line 2867
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
2868 |
# File 'sig/client.rbs', line 2868
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
2869 |
# File 'sig/client.rbs', line 2869
def updated_at: () -> ::Time
|