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]
1612 |
# File 'sig/client.rbs', line 1612
def actions: () -> ::Array[Types::Action]
|
#conditions ⇒ ::Array[Types::Condition]
1611 |
# File 'sig/client.rbs', line 1611
def conditions: () -> ::Array[Types::Condition]
|
#created_at ⇒ ::Time
1614 |
# File 'sig/client.rbs', line 1614
def created_at: () -> ::Time
|
#description ⇒ ::String
1613 |
# File 'sig/client.rbs', line 1613
def description: () -> ::String
|
#gateway_arn ⇒ ::String
1609 |
# File 'sig/client.rbs', line 1609
def gateway_arn: () -> ::String
|
#priority ⇒ ::Integer
1610 |
# File 'sig/client.rbs', line 1610
def priority: () -> ::Integer
|
#rule_id ⇒ ::String
1608 |
# File 'sig/client.rbs', line 1608
def rule_id: () -> ::String
|
#status ⇒ "CREATING", ...
1615 |
# File 'sig/client.rbs', line 1615
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")
|
#system ⇒ Types::SystemManagedBlock
1616 |
# File 'sig/client.rbs', line 1616
def system: () -> Types::SystemManagedBlock
|
#updated_at ⇒ ::Time
1617 |
# File 'sig/client.rbs', line 1617
def updated_at: () -> ::Time
|