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]
2847 |
# File 'sig/client.rbs', line 2847
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
2846 |
# File 'sig/client.rbs', line 2846
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
2849 |
# File 'sig/client.rbs', line 2849
def created_at: () -> ::Time
|
#description ⇒ ::String
2848 |
# File 'sig/client.rbs', line 2848
def description: () -> ::String
|
#gateway_arn ⇒ ::String
2844 |
# File 'sig/client.rbs', line 2844
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
2845 |
# File 'sig/client.rbs', line 2845
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
2843 |
# File 'sig/client.rbs', line 2843
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
2850 |
# File 'sig/client.rbs', line 2850
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
2851 |
# File 'sig/client.rbs', line 2851
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
2852 |
# File 'sig/client.rbs', line 2852
def updated_at: () -> ::Time
|