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:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time