Module: Aws::BedrockAgentCoreControl::Client::_CreatePolicyEngineResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#encryption_key_arn::String

Returns:

  • (::String)


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

def encryption_key_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#policy_engine_arn::String

Returns:

  • (::String)


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

def policy_engine_arn: () -> ::String

#policy_engine_id::String

Returns:

  • (::String)


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

def policy_engine_id: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "UPDATE_FAILED", "DELETE_FAILED")


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

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

#status_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

def status_reasons: () -> ::Array[::String]

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time