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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#encryption_key_arn::String

Returns:

  • (::String)


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

def encryption_key_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#policy_engine_arn::String

Returns:

  • (::String)


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

def policy_engine_arn: () -> ::String

#policy_engine_id::String

Returns:

  • (::String)


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

def policy_engine_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time