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]
423 |
# File 'sig/client.rbs', line 423
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
422 |
# File 'sig/client.rbs', line 422
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
425 |
# File 'sig/client.rbs', line 425
def created_at: () -> ::Time
|
#description ⇒ ::String
424 |
# File 'sig/client.rbs', line 424
def description: () -> ::String
|
#gateway_arn ⇒ ::String
420 |
# File 'sig/client.rbs', line 420
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
421 |
# File 'sig/client.rbs', line 421
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
426 |
# File 'sig/client.rbs', line 426
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
427 |
# File 'sig/client.rbs', line 427
def system: () -> Types::SystemManagedBlock
|