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]
1405 |
# File 'sig/client.rbs', line 1405
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
1404 |
# File 'sig/client.rbs', line 1404
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
1407 |
# File 'sig/client.rbs', line 1407
def created_at: () -> ::Time
|
#description ⇒ ::String
1406 |
# File 'sig/client.rbs', line 1406
def description: () -> ::String
|
#gateway_arn ⇒ ::String
1402 |
# File 'sig/client.rbs', line 1402
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
1403 |
# File 'sig/client.rbs', line 1403
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
1401 |
# File 'sig/client.rbs', line 1401
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
1408 |
# File 'sig/client.rbs', line 1408
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
1409 |
# File 'sig/client.rbs', line 1409
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
1410 |
# File 'sig/client.rbs', line 1410
def updated_at: () -> ::Time
|