Module: Aws::BedrockAgentCoreControl::Client::_GetGatewayRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGatewayRuleResponse]
- 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]
1397 |
# File 'sig/client.rbs', line 1397
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
1396 |
# File 'sig/client.rbs', line 1396
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
1399 |
# File 'sig/client.rbs', line 1399
def created_at: () -> ::Time
|
#description ⇒ ::String
1398 |
# File 'sig/client.rbs', line 1398
def description: () -> ::String
|
#gateway_arn ⇒ ::String
1394 |
# File 'sig/client.rbs', line 1394
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
1395 |
# File 'sig/client.rbs', line 1395
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
1393 |
# File 'sig/client.rbs', line 1393
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
1400 |
# File 'sig/client.rbs', line 1400
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
1401 |
# File 'sig/client.rbs', line 1401
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
1402 |
# File 'sig/client.rbs', line 1402
def updated_at: () -> ::Time
|