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)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#encryption_key_arn::String

Returns:

  • (::String)


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

def encryption_key_arn: () -> ::String

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#policy_engine_arn::String

Returns:

  • (::String)


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

def policy_engine_arn: () -> ::String

#policy_engine_id::String

Returns:

  • (::String)


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

def policy_engine_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#status_reasons::Array[::String]

Returns:

  • (::Array[::String])


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time