Module: Aws::BedrockAgentCoreControl::Client::_GetPolicySummaryResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#enforcement_mode"ACTIVE", "LOG_ONLY"

Returns:

  • ("ACTIVE", "LOG_ONLY")


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

def enforcement_mode: () -> ("ACTIVE" | "LOG_ONLY")

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#policy_arn::String

Returns:

  • (::String)


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

def policy_arn: () -> ::String

#policy_engine_id::String

Returns:

  • (::String)


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

def policy_engine_id: () -> ::String

#policy_id::String

Returns:

  • (::String)


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

def policy_id: () -> ::String

#status"CREATING", ...

Returns:

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


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

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

#updated_at::Time

Returns:

  • (::Time)


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

def updated_at: () -> ::Time