Module: Aws::BedrockAgentCoreControl::Client::_CreateGatewayRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGatewayRuleResponse]
- 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
Instance Method Details
#actions ⇒ ::Array[Types::Action]
565 |
# File 'sig/client.rbs', line 565
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
564 |
# File 'sig/client.rbs', line 564
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
567 |
# File 'sig/client.rbs', line 567
def created_at: () -> ::Time
|
#description ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def description: () -> ::String
|
#gateway_arn ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
563 |
# File 'sig/client.rbs', line 563
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
568 |
# File 'sig/client.rbs', line 568
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
569 |
# File 'sig/client.rbs', line 569
def system: () -> Types::SystemManagedBlock
|