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:



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

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

#conditions::Array[Types::Condition]

Returns:



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

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

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#gateway_arn::String

Returns:

  • (::String)


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

def gateway_arn: () -> ::String

#priority::Integer

Returns:

  • (::Integer)


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

def priority: () -> ::Integer

#rule_id::String

Returns:

  • (::String)


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

def rule_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#systemTypes::SystemManagedBlock



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

def system: () -> Types::SystemManagedBlock

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time