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:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time