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]
1627 |
# File 'sig/client.rbs', line 1627
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
1626 |
# File 'sig/client.rbs', line 1626
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
1629 |
# File 'sig/client.rbs', line 1629
def created_at: () -> ::Time
|
#description ⇒ ::String
1628 |
# File 'sig/client.rbs', line 1628
def description: () -> ::String
|
#gateway_arn ⇒ ::String
1624 |
# File 'sig/client.rbs', line 1624
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
1625 |
# File 'sig/client.rbs', line 1625
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
1623 |
# File 'sig/client.rbs', line 1623
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
1630 |
# File 'sig/client.rbs', line 1630
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
1631 |
# File 'sig/client.rbs', line 1631
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
1632 |
# File 'sig/client.rbs', line 1632
def updated_at: () -> ::Time
|