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:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time