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]
2855 |
# File 'sig/client.rbs', line 2855
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
2854 |
# File 'sig/client.rbs', line 2854
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
2857 |
# File 'sig/client.rbs', line 2857
def created_at: () -> ::Time
|
#description ⇒ ::String
2856 |
# File 'sig/client.rbs', line 2856
def description: () -> ::String
|
#gateway_arn ⇒ ::String
2852 |
# File 'sig/client.rbs', line 2852
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
2853 |
# File 'sig/client.rbs', line 2853
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
2851 |
# File 'sig/client.rbs', line 2851
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
2858 |
# File 'sig/client.rbs', line 2858
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
2859 |
# File 'sig/client.rbs', line 2859
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
2860 |
# File 'sig/client.rbs', line 2860
def updated_at: () -> ::Time
|