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