Module: Aws::BedrockAgentCoreControl::Client::_GetGatewayRuleResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#actions::Array[Types::Action]

Returns:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time