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