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:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time