Module: Aws::BedrockAgentCoreControl::Client::_UpdateGatewayRuleResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayRuleResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#actions::Array[Types::Action]

Returns:



2864
# File 'sig/client.rbs', line 2864

def actions: () -> ::Array[Types::Action]

#conditions::Array[Types::Condition]

Returns:



2863
# File 'sig/client.rbs', line 2863

def conditions: () -> ::Array[Types::Condition]

#created_at::Time

Returns:

  • (::Time)


2866
# File 'sig/client.rbs', line 2866

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


2865
# File 'sig/client.rbs', line 2865

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


2861
# File 'sig/client.rbs', line 2861

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


2862
# File 'sig/client.rbs', line 2862

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


2860
# File 'sig/client.rbs', line 2860

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING")


2867
# File 'sig/client.rbs', line 2867

def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING")

#systemTypes::SystemManagedBlock



2868
# File 'sig/client.rbs', line 2868

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


2869
# File 'sig/client.rbs', line 2869

def updated_at: () -> ::Time